Releases: isair/JSONHelper
Releases · isair/JSONHelper
2.2.0
- Swift 3.0
- Improved tests
- Single target for all platforms
2.1.0
<--
operator and Deserializable
protocol initializer no longer throw errors.
- Errors thrown by
convertFromValue
method of the Convertible
protocol are now logged in the console for debug builds.
2.0.0
Major changes in API and implementation. Check out the new README for new usage instructions. Everything is tested as always.
1.6.0
Dictionary and enum support.
1.5.4
- Correct handling of null values.
- Minor improvements.
1.5.2
Set correct deployment targets.
1.5.1
String to NSDate conversions no longer require tuples to be named.