All Versions
13
Latest Version
Avg Release Cycle
111 days
Latest Release
1821 days ago

Changelog History
Page 1

  • v4.0.0 Changes

    April 30, 2019

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

    โšก๏ธ Updated

    • ๐Ÿ‘ The project to support Swift 5 only and no longer support Swift 4.2.
    • ๐Ÿš€ The deployment targerts to iOS 10.0, macOS 10.12, tvOS 10.0, and watchOS 3.0.
  • v3.1.1 Changes

    May 02, 2019

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

    ๐Ÿ›  Fixed

    • Issue where Swift version was incorrectly set to 5.0 when it should have been 4.2.
  • v3.1.0 Changes

    April 30, 2019

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

    โšก๏ธ Updated

    • The Xcode workspace to be compatible with Xcode 10.2 and Swift 5.0.
  • v3.0.2 Changes

    September 17, 2018

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

    โšก๏ธ Updated

    • The Xcode workspace to be compatible with Xcode 10 and Swift 4.2.
    • The podspec swift-version to 4.2.
    • ๐Ÿ— The Travis-CI yaml file to build with Xcode 10 by leveraging bundler and a Gemfile.

    ๐Ÿ›  Fixed

    • โšก๏ธ Issue in the tests on iOS 8.4 by updating Travis to use newer OSX image.
  • v3.0.1 Changes

    April 10, 2018

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

    โšก๏ธ Updated

    • All the project copyright headers to use present language instead of end year.
    • ๐Ÿ— The Xcode project, settings, and Travis-CI file to build and run against Xcode 9.3.
    • ๐Ÿšš The podspec to directly specify swift_version and removed legacy .swift-version file.

    ๐Ÿ›  Fixed

    • An issue in Xcode 9.3 where NSNumber bridging for Float and Double is no longer implicit.
  • v3.0.0 Changes

    August 30, 2017

    ๐Ÿš€ Released on 2017-08-29. All issues associated with this milestone can be found using this filter.

    โšก๏ธ Updated

    • โœ… The Xcode project and all source and test code to compile against Swift 4.0.

  • v2.2.2 Changes

    August 29, 2017

    ๐Ÿš€ Released on 2017-08-29. All issues associated with this milestone can be found using this filter.

    โž• Added

    • ๐Ÿ†• New package file for Elevate to support the Swift Package Manager.

    โšก๏ธ Updated

    • ๐Ÿ‘€ The parseEntity behavior on Parser to allow custom Error types to be thrown without converting them into ParserError types.
    • The Xcode project and all schemes to Xcode 9.
    • โœ… All source and test code to compile against Swift 3.1 and 3.2.
  • v2.2.1 Changes

    February 09, 2017

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

    โšก๏ธ Updated

    • ๐Ÿ”„ Changed DictionaryExtractionPrecedence to have a precedence higher than NilCoalescingPrecedence
  • v2.2.0 Changes

    January 14, 2017

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

    โž• Added

    • โœ… Decodable conformance for Dictionary types along with tests.

    โšก๏ธ Updated

    • โœ… Decodable test names, failure messages and general structure.
    • ๐Ÿ†“ Primitive Decodable implementations by removing unnecessary toll-free bridging.
    • The Xcode project to Xcode 8.2 and disabled automatic signing for frameworks.
    • ๐Ÿ”จ The project by refactoring OSX to macOS throughout along with the target names.
    • โšก๏ธ The travis yaml file to the xcode8.2 image and updated platforms and destinations.
    • โœ… The docstrings throughout codebase to use latest Xcode syntax.

    ๐Ÿ›  Fixed

    • Typo in primitive spelling throughout codebase...no breaking public API changes.

  • v2.1.0 Changes

    November 28, 2016

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

    โž• Added

    • ๐Ÿ‘ The .swift-version file pointing at Swift 3.0 to support CocoaPods.
    • โœ… The Encodable protocol along with extensions for common types and unit tests.
    • โšก๏ธ The Encodable section to the README and updated Decodable to use KeyPath struct.

    โšก๏ธ Updated

    • The Person example to use an extension in the README.
    • โœ… Xcode project settings to latest defaults and disabled code signing.
    • ๐Ÿšš Xcode project by disabling code signing on all targets and removed duplicate code signing identities.
    • ๐Ÿšš Travis config to remove Slather due to test failures and added iOS 8.1 and 9.1 to device matrix.

    ๐Ÿ›  Fixed

    • Incorrect enum case in README for type arguments.
    • Issue where incorrect parameter name was used in multiple decoders section of the README.