Skip to content

Releases: shareup/json-apple

v1.4.2

03 Nov 00:10
79efe7b
Compare
Choose a tag to compare
  • Add JSON.isArray and JSON.isObject.
  • Update CI

v1.4.1

14 Aug 23:00
5634965
Compare
Choose a tag to compare

This release allows nested JSON types to be initialized with JSON. This wasn't possible before because trying to initialize an array of JSON types inside of a dictionary would fail because [JSON] couldn't be coerced into [JSON] because the json accessor didn't check if self was already JSON. Now, it does.

v1.4.0

27 Oct 23:40
c316760
Compare
Choose a tag to compare
  • Add Codable conformance to JSON.

v1.3.0

05 Apr 16:11
Compare
Choose a tag to compare
  • Add boolValue(forKey:), doubleValue(forKey:), and intValue(forKey:) to Dictionary<String, Any> to make it easier to access concrete types from dictionaries processed by JSON.

v1.2.0

05 Apr 13:38
29ebf37
Compare
Choose a tag to compare
  • Add dictionary subscripts to directly access the concrete values wrapped by JSON.

v1.1.2

19 Mar 14:41
Compare
Choose a tag to compare
  • Update .swiftformat

v1.1.1

19 Mar 14:33
Compare
Choose a tag to compare
  • Update .swiftformat

v1.1.0

24 Sep 12:33
2d275c0
Compare
Choose a tag to compare

Add writable subscripts to JSON to improve the ergonomics of the library.

v1.0.0

23 Sep 22:57
Compare
Choose a tag to compare

Initial release.