All Versions
12
Latest Version
Avg Release Cycle
130 days
Latest Release
1664 days ago

Changelog History
Page 1

  • v2.2.0 Changes

    October 06, 2019

    Generate initializer function for classes

  • v2.1.0 Changes

    August 07, 2019
    • Multiple file model generator is working again.
    • โœ… All major functions now have tests
  • v2.0.0 Changes

    July 25, 2019
    • 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 Changes

    July 24, 2019
    • ๐Ÿš€ 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 Changes

    December 28, 2016
    • โž• 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 Changes

    December 07, 2016
    • ๐Ÿšš 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 Changes

    December 04, 2016

    ๐Ÿ”– Version v1.2.0 Released!

    • โœ… Now supports Marshal! One of the fastest JSONSerialisation class out there!
    • Set class as final.
    • 0๏ธโƒฃ init marked as required by default for class.
    • ๐Ÿ›  More bug fixes.
  • v1.1.0 Changes

    November 16, 2016

    ๐Ÿ›  fixed bug related to struct and class generation being switched.

  • v1.0.0 Changes

    October 29, 2016
    • โฌ†๏ธ 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.
  • v0.0.6 Changes

    June 01, 2016

    ๐Ÿ›  Fixed minor issues.