Skip to content

Releases: wiggzz/GuardedSwiftyJSON

Fix iOS minimum deployment target

28 Mar 12:39
Compare
Choose a tag to compare

The minimum deployment target should be iOS 8.0, not 10.2 as was previously set.

Update to Swift 3

28 Mar 12:21
Compare
Choose a tag to compare
0.7

Future proof the simulator id selection.

Improve support for nested object deserialization

05 Aug 01:20
Compare
Choose a tag to compare

Slight change to API renaming json to rawJson for extracting the raw json object from a GuardedJSON object, to improve clarity.

Update interface to improve naming

02 Aug 01:32
Compare
Choose a tag to compare

Major changes:

  • Changed JsonProxy to GuardedJSON and JsonProxyContext to GuardedJSONContext.
  • Improved README.

Fixing for CocoaPods

02 Aug 00:52
Compare
Choose a tag to compare

Need to update podspec file as well.

Releasing with CocoaPods

02 Aug 00:51
Compare
Choose a tag to compare

Not prefixing release tag with v to try to fix CocoaPods.

Version 0.4

29 Jul 07:59
Compare
Choose a tag to compare

Enable installation from Cocoapods.

Version 0.3

29 Jul 07:07
Compare
Choose a tag to compare

Make sure there is a shared scheme so GuardedSwiftyJSON can be used as a dependency.

Version 0.2

29 Jul 06:54
Compare
Choose a tag to compare

Move test dependencies to private Cartfile.

Version 0.1

29 Jul 06:49
Compare
Choose a tag to compare

Initial release.