Skip to content

Releases: isair/JSONHelper

2.2.0

09 May 20:22
Compare
Choose a tag to compare
  • Swift 3.0
  • Improved tests
  • Single target for all platforms

2.1.0

13 Jun 12:00
Compare
Choose a tag to compare
  • <-- 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

09 Jun 19:19
Compare
Choose a tag to compare

Major changes in API and implementation. Check out the new README for new usage instructions. Everything is tested as always.

1.7.0

01 Dec 04:16
Compare
Choose a tag to compare

tvOS support

1.6.1

17 Sep 13:34
Compare
Choose a tag to compare

Swift 2.0 syntax.

1.6.0

11 May 05:22
Compare
Choose a tag to compare

Dictionary and enum support.

1.5.4

15 Apr 03:30
Compare
Choose a tag to compare
  • Correct handling of null values.
  • Minor improvements.

1.5.3

13 Apr 20:56
Compare
Choose a tag to compare

Fix for release builds.

1.5.2

09 Apr 01:19
Compare
Choose a tag to compare

Set correct deployment targets.

1.5.1

07 Apr 01:16
Compare
Choose a tag to compare

String to NSDate conversions no longer require tuples to be named.