Gloss v0.6.0 Release Notes

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

    โž• Added

    • Creation of model arrays from JSON arrays via modelsFromJSONArray(:_)
    • Creation of JSON arrays from model arrays via toJSONArray(_:)
    • ๐Ÿ‘Œ Support for Mac OSX [Issue #75]

    ๐Ÿ›  Fixed

    • Encoder returning nil for encoded arrays that came out empty [Issue #68]

    โœ‚ Removed

    • ๐Ÿ‘Œ Support for Swift 1.2 via the swift_1.2 branch