Releases: insanoid/SwiftyJSONAccelerator
Releases · insanoid/SwiftyJSONAccelerator
2.3.0
v2.2.0
v2.1.0
v2.0.0
v1.5.0
- 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 (branchswift-5
). - Supports dark mode :|
v1.4.0
- 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
v1.2.0
v1.1.0
v1.0.0
- 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.