Skip to content

Releases: jasminb/jsonapi-converter

v0.5

21 Oct 08:58
Compare
Choose a tag to compare

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

04 Aug 22:28
Compare
Choose a tag to compare

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

19 Jun 14:11
Compare
Choose a tag to compare

Features and improvements

  • Support for both top level and resource level metadata and links mapping
  • Extended relationship resolution support
  • Serialisation options

v0.2 release

15 Mar 14:45
Compare
Choose a tag to compare

This release fixes several critical issues and brings following features:

  • JSON API Spec Error handling
  • Improved retrofit support
  • Resource validation

v.0.1

05 Mar 22:13
Compare
Choose a tag to compare

Futures

  • Defining custom models
  • Relationships support
  • Custom relationship resolvers
  • Retrofit plugin