- Update to Xcode 10.2 and Swift 5
- Add a target that builds a static framework for iOS platform.
- Xcode 9.3 updates
- Migrate to Swift 4
- Use default settings for bitcode
- Added support for building with Xcode 9, backward compatible with Xcode 8
- Added support for encoding
NSNull
as JSON null.
- Resolved Xcode 8.3 warnings
- Update to support Swift 3
- Update OS X target to use Swift 2.3
- Added support for Xcode 8, Swift 2.3, and iOS SDK 10
- Added subscript to retrieve values for a given key index or array indexes.
- Added an OS X target.
- Made
data()
public.
- Remove return values from compound operators
- Remove extra
inout
from*
operator