Gloss v0.4.0 Release Notes

  • ๐Ÿš€ 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]