All Versions
5
Latest Version
Avg Release Cycle
158 days
Latest Release
2395 days ago

Changelog History

  • v0.6.0 Changes

    September 29, 2017

    ๐Ÿš€ This release contains no other changes than updated project settings to target Swift 4.

    Coming from earlier versions you will be faced with errors like 'Decodable' is ambiguous for type lookup in this context. Unfortunately you have to use the following import-syntax to get around it:

    import protocol Decodable.Decodable
    

    where you can also import other structs and enums as required.

  • v0.5.1 Changes

    October 02, 2017

    ๐Ÿš€ This release mainly contains the following changes:

    • #127 URL is DynamicDecodable and Decodable
    • #131 Fix for SPM
    • ๐Ÿ“š #126 Updated documentation comments
  • v0.5 Changes

    September 12, 2016

    Some significant changes:

    • 0๏ธโƒฃ #108 Every default implementation of Decodable can be overridden
    • #79 Errors are once again enums
    • #117 Any instead of AnyObject
    • #101, #99 New KeyPath ad OptionalKeyPath structs.

    ๐Ÿ‘€ Please see v0.5.0 migration guide and the new readme for more information.

  • v0.4.4 Changes

    July 09, 2016
    • โฌ†๏ธ Project settings upgraded to support Xcode 8 with legacy Swift 2.3 support.

    ๐Ÿš€ Note: Unsure if this works with Xcode 7 or if you explicitly have to target v0.4.3. And if you've clicked on the releases page and wonder where the Swift 3 support is, it's on the master branch. Stable releases are coming.

  • v0.4.3 Changes

    June 15, 2016

    ๐Ÿš€ This is the final planned Swift 2 release

    • โž• Added decodeOneOf and decodeArrayAsOneOf (Thanks @Qata! #84)
    • Readme tweaks
    • โœ… Minor test coverage improvements