All Versions
10
Latest Version
Avg Release Cycle
122 days
Latest Release
1637 days ago
Changelog History
Changelog History
-
v4.0.0 Changes
April 02, 2019This release supports Swift 4.2 / Xcode 10.1 or later.
๐ฅ Breaking
-
v3.2.0
May 11, 2018 -
v3.0.1 Changes
February 22, 2017 -
v3.0.0 Changes
September 18, 2016This release supports Swift 3.0 / Xcode 8.
๐ฅ Breaking
-
v2.1.1 Changes
June 30, 2016This release should support both Swift 2.2 / Xcode 7.3 and Swift 2.3 / Xcode 8.
๐ Fixed
- ๐ Fix code signing on Xcode 8 for device builds (#130).
-
v2.1.0 Changes
June 21, 2016 -
v2.0.1 Changes
April 25, 2016This release targets Swift 2.2 / Xcode 7.3.
๐ Fixed
- ๐ Fix incorrect
.TypeMismatch
KeyPath
error reporting (#121).
- ๐ Fix incorrect
-
v2.0.0 Changes
April 12, 2016This release targets Swift 2.2 / Xcode 7.3.
๐ฅ Breaking
- Remove
DecodedType
typealias (associatedtype) fromDecodable
protocol (#100). You can use required initializer orTransformer
API for decoding non-final classes. 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. - ๐
build
functions are unavailable now (81df7c8).
โ Added
- โ Add some protocol extensions for
Decodable
(#111).Decodable.decodeValue
[Decodable].decode
[String: Decodable].decode
- Remove
-
v2.0.0-beta.3 Changes
March 29, 2016This release targets Swift 2.2 / Xcode 7.3.
๐ฅ Breaking
- ๐
build
functions are unavailable now (81df7c8).
- ๐