Skip to content

2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ikesyo ikesyo released this 14 Mar 05:01
· 196 commits to master since this release

This release targets Swift 2.2 / Xcode 7.3.

Breaking

  • Remove DecodedType typealias (associatedtype) from Decodable protocol (#100). You can use required initializer or Transformer API for decoding non-final classes.