All Versions
38
Latest Version
Avg Release Cycle
96 days
Latest Release
1330 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