Releases: jasminb/jsonapi-converter
Releases · jasminb/jsonapi-converter
v0.5
Features and improvements
- Links serialisation improvements
- Supertype improvements (allowing deserialisation of specific types by providing supertype class)
- Cyclical graph serialisation
- Support for using resource classes without default constructor
- API improvements (document collection serialisation)
v0.4
Features and improvements
- Fully supported resource serialisation including generating
included
data section for resource relationships - Fixed issues with link/meta serialisation
- Updated to retrofit 2.x
- Support for custom error responses
Please beware that this release will break existing retrofit integrations and you will need to do code changes.
v0.3
v0.2 release
This release fixes several critical issues and brings following features:
- JSON API Spec Error handling
- Improved retrofit support
- Resource validation