All Versions
38
Latest Version
Avg Release Cycle
96 days
Latest Release
1305 days ago

Changelog History
Page 3

  • v0.7.4 Changes

    ๐Ÿš€ Released on 2016-07-14. All issues associated with this milestone can be found using this filter

    โž• Added

    • De/Encoding for UIInt32, [UIInt32], UInt64, and [UInt64] [PR #168]
    • ๐Ÿ‘Œ Support for Swift 2.3 [PR #178]
    • Separate swift_2.3 and swift_3.0 branches

    ๐Ÿ›  Fixed

    • ๐Ÿ— Occasional Carthage build failure [PR #180]

    โœ‚ Removed

    • ๐Ÿ“š Documentation on nested keypaths until [Issue #135] is resolved

  • v0.7.3 Changes

    ๐Ÿš€ Released on 2016-05-04. All issues associated with this milestone can be found using this filter

    โž• Added

    • De/Encoding for dictionaries with de/encodable model arrays [Issue #148]
    • De/Encoding for Int32 and Int64 [PR #154]

    ๐Ÿ›  Fixed

    • Access modifier inconsistency [PR #150]

    โšก๏ธ Updated

    • ๐Ÿ“š All documentation to be consistent [PR #156]

  • v0.7.2 Changes

    ๐Ÿš€ Released on 2016-04-15. All issues associated with this milestone can be found using this filter

    ๐Ÿ›  Fixed

    • ๐ŸŒ Issue with encoding Encodable dictonaries that resulted in top-level translation being lost [PR #126]
    • ๐Ÿ“œ Date parsing failure if non-Gregorian calendar set on device [PR #129]
    • ๐Ÿš€ Incorrect decoding of for nested keypaths in Release builds using Swift 2.2 [Issue #135]
    • Usage of lazy NSDateFormatter for ISO 8601 dates [PR #138]

    โšก๏ธ Updated

    • ๐Ÿšš Moved tests from Example project to framework project [PR #131]

  • v0.7.1 Changes

    ๐Ÿš€ Released on 2016-02-21. All issues associated with this milestone can be found using this filter

    ๐Ÿ›  Fixed

    • Stale Dictionary.swift reference [Issue #122]

  • v0.7.0 Changes

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

  • v0.6.2 Changes

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

    โž• Added

    • tvOS target [PR #88]
    • watchOS target
    • ๐Ÿ“ฆ Swift Package Manager support

  • v0.6.1 Changes

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

    ๐Ÿ›  Fixed

    • URL arrays not decoded automatically [Issue #81]
    • Date arrays not decoded or encoded automatically [Issue #84]
    • Empty JSON arrays encoded as nil

  • v0.6.0 Changes

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

  • v0.5.4 Changes

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

    โž• Added

    • tvOS platform to podspec [PR #63]

  • v0.5.3 Changes

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

    ๐Ÿ›  Fixed

    • Carthage compatibility issues [PR #54]
    • โœ… Failing tests for ISO 8601 Dates when not in Eastern timezone [Issue #55]