2.0.0-beta.1
Pre-release
Pre-release
This 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.