Gloss v0.7.0 Release Notes

  • 🚀 Released on 2016-02-20. All issues associated with this milestone can be found using this filter.

    ➕ Added

    • Ability to de/encode dictionaries of de/encodable models [PR #100]
    • Ability to reference nested model properties via a period-delimited key [PR #98], [PR #115]

    🛠 Fixed

    • Not being able to subclass Gloss models [PR #103]

    ⚡️ Updated

    • Date formatter for ISO 8601 dates to be lazily instantiated [Issue #110]
    • Syntax for de/encoding models to/from JSON arrays [PR #116]
    • Decoder to sanitize strings used for creating NSURLs [PR #119]