Elevate v2.1.0 Release Notes

Release Date: 2016-11-28 // over 7 years ago
  • ๐Ÿš€ 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.