Skip to content

Releases: ijoshsmith/json2swift

json2swift v1.3

05 Jan 02:24
Compare
Choose a tag to compare

Fixes an issue where incorrect code was being generated for an attribute whose only known value is an empty array.

json2swift v1.2

23 Nov 15:06
Compare
Choose a tag to compare

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

09 Nov 01:43
Compare
Choose a tag to compare

Includes:

json2swift v1.0

05 Nov 17:30
Compare
Choose a tag to compare

Initial release of the json2swift tool.