Releases: joshdholtz/jsonapi-ios
Releases · joshdholtz/jsonapi-ios
1.0.7
1.0.6
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
Fix 1-to-many relationships serialization according to JSON API v1.0 (#34). Thanks to RafaelKayumov for helping!
1.0.4
1.0.3
Add ability to map different types of objects.
Thanks to @ealeksandrov for the contribution!
1.0.2
- Bug fixes
- Some more bug fixes
Thanks to @christianklotz for the help!
1.0.1
Version 1.0.1
1.0.0
Merge branch 'master' of github.com:joshdholtz/jsonapi-ios
1.0.0-rc1
Matches up with JSON API spec 1.0.0-rc3