This release supports Swift 3.0 / Xcode 8.
Breaking
- Support Swift 3 and Linux (#145).
- If you want the version which support Swift 2.2 (Xcode 7.3) or Swift 2.3 (Xcode 8), you can use the latest compatible version of 2.1.1 instead.
- Remove obsolete
AnyJSON
typealias (#147). That is no longer needed in Swift 3, so use Any
directly instead.