Skip to content

Releases: insanoid/SwiftyJSONAccelerator

2.3.0

31 Oct 02:34
cd4f7fe
Compare
Choose a tag to compare

2.3.0 (2022-10-31)

Features

Bug Fixes

v2.2.0

06 Oct 07:21
dc9e802
Compare
Choose a tag to compare

Generate initializer function for classes

v2.1.0

07 Aug 09:34
74bbff9
Compare
Choose a tag to compare
  • Multiple file model generator is working again.
  • All major functions now have tests

v2.0.0

25 Jul 16:33
8c119b0
Compare
Choose a tag to compare
  • Generates Swift 5 Codeable version along with CodingKeys.
  • Allows support to switch between Optional and non-optional variations.
  • Temporarily support for CLI and tests have been removed.
  • UI now supports Dark mode!

v1.5.0

24 Jul 10:53
a29063a
Compare
Choose a tag to compare
  • This is a compatibility release for people using Swift 3 still to make sure the project still works.
  • Code was updated to Swift 5 to make it work, however, tests are broken due to Nimble compatibility.
  • This will be the last legacy version for this project, it will only generate swift 5 codable format from next version onwards (branch swift-5).
  • Supports dark mode :|

Preview

v1.4.0

28 Dec 11:00
Compare
Choose a tag to compare
  • Added functionality for multiple model generation from JSON files.
  • CLI Interface for generation of the models.
  • Fixed installation directly from repo using make install.
  • Import header option is now respected while generating models.
  • Travis and Code coverage fixed for Swift 3.

v1.3.0

07 Dec 23:01
Compare
Choose a tag to compare
  • Serialization keys moved into a struct for clarity.
  • Minor fixes for Marshal and ObjectMapper.
  • Generated comments now updated to the new Swift 3 Markup.

v1.2.0

04 Dec 23:21
Compare
Choose a tag to compare

Version v1.2.0 Released!

  • Now supports Marshal! One of the fastest JSONSerialisation class out there!
  • Set class as final.
  • init marked as required by default for class.
  • More bug fixes.

v1.1.0

16 Nov 20:35
Compare
Choose a tag to compare

fixed bug related to struct and class generation being switched.

v1.0.0

29 Oct 11:54
Compare
Choose a tag to compare
  • Now generates Swift 3 and the software itself is upgraded to Swift 3.
  • Unit tests and complete code coverage for file generation module.
  • Modular code to make adding support for other JSON mapping libraries simple.
  • Project upgraded with SwiftLint, Travis, CocoaPods etc.