Releases: alickbass/SwiftyJSONModel
Releases · alickbass/SwiftyJSONModel
0.2.0
- Add support for convenient
Date
to JSON
conversion
- Add value for keypath method with custom transform function
0.1.1
- Make
JSON
conform to JSONRepresentable
and JSONInitializable
0.0.9
- Add support for CocoaPods
0.0.8
- Fix bug with Int/Double values
- Add more verbose errors in arrays
0.0.7
- Removed boilerplate code
- Updated README
0.0.6
- Add support for accessing nested json objects
0.0.5
- Remove deprecated JSON's nil literals
- Conform Errors with Custom String Convertable
0.0.4
- Allow optional values in
jsonDict
- Add code coverage
- Fix travis random error builds