Releases: jasminb/jsonapi-converter
Releases · jasminb/jsonapi-converter
v0.14
v0.13
v0.12
v0.11
v0.10
Features and improvements
- Updated
jackson
versions - Fixed compliance and document validation bugs (tx to @Jenny-Messer )
- Enhanced relationship serialisation options (tx to @michael-flagg-vtas )
v0.9
v0.8.1
Features and improvements
- Fixed issue which caused relationship data to be serialised as part of document attributes
- Fixed issue where custom object mapped was modified and caused undesirable mapping changes
- Utility methods for easier management of meta and link data
v0.8
v0.7
Features and improvements
- Support for non
String
@Id
fields - Support for ignoring unknown inclusions
- Fixed issue where NPE was thrown in case resource has
null
id field during serialisation - More descriptive exception message in case
ResourceConverter
is created using classes with missing required annotations
v0.6
Features and improvements
- Support for links generation (both resources and relationships)
- Support for relationship links/meta
- Support for overriding global serialisation settings
- Support for deserialising resources with only 'meta' node present
- Bug-fixes and improvements