Details about this file’s format at http://keepachangelog.com/. The change log is parsed automatically when minting releases through Fastlane, see Fastlane/Fastfile
.
- Fix warning about Swift version [iwill]
- Conform
JSON
toHashable
[cjmconie]
- Fix initialization from
NSNumber
booleans [cjmconie] - Change
Float
number representation toDouble
[cjmconie]
- Trivial release to change versioning tags
- Allow initialization from nil and NSNull values [cjmconie]
- Remove redundant “public” keyword from extensions [rudedogdhc]
- Set explicit iOS Deployment Target [rudedogdhc]
- Update podspec to always point to the latest tagged version [zoul]
- First version with a changelog :)
- Add basic Swift Package Manager support [zoul]
- Switch to a platform-neutral build target [zoul]
- Add ability to query using a key path string [cjmconie]
- Add first version of JSON merging [cjmconie & zoul]
- Add support for macOS when distributed through CocoaPods [roznet]