All Versions
38
Latest Version
Avg Release Cycle
96 days
Latest Release
1305 days ago

Changelog History
Page 4

  • v0.5.2 Changes

    ๐Ÿš€ Released on 2015-09-08. All issues associated with this milestone can be found using this filter.

    โž• Added

    • Import of Foundation in source files [PR #51]

  • v0.5.1 Changes

    ๐Ÿš€ Released on 2015-08-24. All issues associated with this milestone can be found using this filter.

    โž• Added

    • ๐Ÿ‘Œ Support for installation via Carthage [Issue #28]

  • v0.5.0 Changes

    ๐Ÿš€ Released on 2015-08-22. All issues associated with this milestone can be found using this filter.

    โž• Added

    • Failable initializer init?(json:) added to Decodable protocol in place of init(json:) [PR #38]

    โœ‚ Removed

    • ๐Ÿšš Force decode functions and force decode operator <~~! removed in place of failable initializer init?(json:)

  • v0.4.0 Changes

    ๐Ÿš€ Released on 2015-08-22. All issues associated with this milestone can be found using this filter.

    โž• Added

    • Ability to force the decoding of a property from JSON [Issue #25]
    • Custom <~~! operator for force decoding [Issue #25]
    • โšก๏ธ Decodable protocol was updated to have JSON passed in via the init(json:) initializer [Issue #25]
    • โœ… Tests for object creation from JSON and JSON creation from object

    โšก๏ธ Updated

    • ๐Ÿ“„ Pod docs now use reStructured text format [PR #33, #34]

    โœ‚ Removed

    • ๐Ÿšš The fromJSON(json:) method was removed from the Decodable protocol in place of the new init(json:) initializer [Issue #25]

  • v0.3.1 Changes

    ๐Ÿš€ Released on 2015-08-17.

    โž• Added

    • ๐Ÿ”„ CHANGELOG
    • ๐Ÿ“š Increased Pod documentation

  • v0.3.0 Changes

    ๐Ÿš€ Released on 2015-08-16.

    โž• Added

    • Custom operators <~~ and ~~> for decoding/encoding respectively
    • โœ… Test suite

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Decoding and encoding support for enum value arrays
    • โœ‚ Removed unnecessary decoding/encoding for dictionaries with String keys
    • โœ‚ Removed requirement for ISO8601 Dates to pass in NSDateFormatter in order to be decoded/encoded

  • v0.2.0 Changes

    ๐Ÿš€ Released on 2015-08-13.

    โž• Added

    • Ability to create immutable models by declaring properties via let

  • v0.1.0 Changes

    ๐Ÿš€ Released on 2015-08-12.

    โž• Added

    • ๐ŸŽ‰ Initial release of Gloss
    • Mapping JSON to objects
    • Mapping objects to JSON
    • Nested Objects
    • Custom transformations
    • Swift 2 compatibilty
    • ๐Ÿ‘ Swift 1.2 support off branch swift_1.2
    • ๐Ÿ“š Documentation