Skip to content

Encodable Protocol

Compare
Choose a tag to compare
@EricAppel EricAppel released this 28 Nov 07:01
· 58 commits to master since this release

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.