Releases: insanoid/SwiftyJSONAccelerator
Releases · insanoid/SwiftyJSONAccelerator
v0.0.6
v0.0.5
v0.0.4
v0.0.3
- NSCoding compliance is now configurable.
- Models can now use SwiftyJSON or ObjectMapper as the JSON object mapping library.
- Change from using NSNumber to the specific number type. (Int, Float, Double, or CGFloat)
- Removal of safety checks that SwiftyJSON already provides.
- Cleanup of the generated model.
v0.0.2
- Import
SwiftyJSON
in the headers. - Add support for JSON which is an Array (Base content is an array of JSON Objects)
- A lot of systems use
_id
map it tointernalIdentifier
. - Use more uncommon names for value since value seem to be a common word in APIs.
- Merge all elements of the array to create a composite object before generating a sub class model.
- Remove whitespaces, in the comments and after end of encoding.
- Add a new line at the end of the model.
- Control
SwiftyJSON
include using a checkbox. - Add graphic files to the repo.