Releases: ijoshsmith/json2swift
Releases · ijoshsmith/json2swift
json2swift v1.3
Fixes an issue where incorrect code was being generated for an attribute whose only known value is an empty array.
json2swift v1.2
Fixes issue where mixed-type attributes, or attributes whose only known value is null, had a corresponding Swift property of type [Any?]. Now the property's type is Any?.
json2swift v1.1
Includes:
- Improved date parsing, thanks to @ole
- More helper methods in
CreatableFromJSONextension, thanks to Andrew Duncan - Improved README
json2swift v1.0
Initial release of the json2swift tool.