Gloss v0.5.0 Release Notes

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