Skip to content

2.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ikesyo ikesyo released this 17 Mar 04:36
· 189 commits to master since this release

This release targets Swift 2.2 / Xcode 7.3.

Breaking

  • decode functions are unavailable in favor of decodeValue functions (#109).
  • Update DecodeError.TypeMismatch signature (#110). keyPath associated value is non-optional now. KeyPath.empty could be used instead of nil.

Added

  • Add some protocol extensions for Decodable (#111).
    • Decodable.decodeValue
    • [Decodable].decode
    • [String: Decodable].decode