Skip to content

Releases: insanoid/SwiftyJSONAccelerator

v0.0.6

01 Jun 13:55
Compare
Choose a tag to compare

Fixed minor issues.

v0.0.5

03 Jan 21:23
Compare
Choose a tag to compare
  • Bug fixes.

v0.0.4

01 Nov 12:07
Compare
Choose a tag to compare

Fixed issues with Boolean and Float types.

v0.0.3

25 Oct 08:58
Compare
Choose a tag to compare
  • 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

24 Oct 12:33
Compare
Choose a tag to compare
  • 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 to internalIdentifier.
  • 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.

v0.0.1

22 Oct 23:14
Compare
Choose a tag to compare

First version of the app! Yay!