2.0.0-beta.2
Pre-release
Pre-release
This release targets Swift 2.2 / Xcode 7.3.
Breaking
decode
functions are unavailable in favor ofdecodeValue
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