Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Releases: vdka/JSON

0.16.1

27 Oct 06:13
Compare
Choose a tag to compare
Added defaulting to array accessors

0.16.0

27 Oct 05:11
Compare
Choose a tag to compare
Bumped Version

0.12.1

09 Oct 01:40
Compare
Choose a tag to compare
Fixed the minimum deployment targets

0.12.0

09 Oct 00:50
Compare
Choose a tag to compare
Set the Bundle versions in the info.plist file

0.11.4: Fixed an accessor bug for optional fields

20 Sep 01:09
Compare
Choose a tag to compare
When a field doesn't exist we now return nil where possible if the field does exist however and the initializer throws, so does the call to get

The Carthage Returns

19 Sep 05:02
Compare
Choose a tag to compare
0.11.3

Cleaned up Test's since the Carthage changes broke their compilation

0.3.0

23 May 23:20
Compare
Choose a tag to compare
These changes remove C dependency and improve performance

0.2.3

04 May 02:15
Compare
Choose a tag to compare
Added CustomDebugStringConvertible conformance

0.2.0: Updates to the README

26 Apr 05:34
Compare
Choose a tag to compare
Pre-release
Adds test cases to verify example code is valid
Returns `json.serialized()` convenience
Added section on JSONDecodable
Added Badges

0.1.0

26 Apr 05:29
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
Merge bug/performanceIssues into develop