Skip to content

Releases: joshdholtz/jsonapi-ios

1.0.7

16 Jun 02:39
Compare
Choose a tag to compare

Added meta and setMeta to JSONAPIResource and JSONAPIResourceBase (#43).

1.0.6

25 Jan 04:43
Compare
Choose a tag to compare

Improved resource parsing and added parsing of selfLinks (#35). Thanks to [ artcom](https://github.com/ artcom) for helping! Also removed the need to define setIdProperty and setSelfLinkProperty in every resource (automatically mapped in the init of JSONAPIResourceDescriptor)

1.0.5

22 Jan 20:49
Compare
Choose a tag to compare

Fix 1-to-many relationships serialization according to JSON API v1.0 (#34). Thanks to RafaelKayumov for helping!

1.0.4

12 Jan 21:32
Compare
Choose a tag to compare

Add support for empty to-one relationship according to JSON API v1.0 (#33). Thanks to RafaelKayumov for helping!

1.0.3

21 Dec 15:10
Compare
Choose a tag to compare

Add ability to map different types of objects.

Thanks to @ealeksandrov for the contribution!

1.0.2

23 Oct 14:40
Compare
Choose a tag to compare
  • Bug fixes
  • Some more bug fixes

Thanks to @christianklotz for the help!

1.0.1

14 Oct 16:43
Compare
Choose a tag to compare
Version 1.0.1

1.0.0

06 Oct 17:40
Compare
Choose a tag to compare
Merge branch 'master' of github.com:joshdholtz/jsonapi-ios

1.0.0-rc1

23 Mar 03:06
Compare
Choose a tag to compare

Matches up with JSON API spec 1.0.0-rc3