Skip to content

Tags: devslm/jsonapi-simple

Tags

v1.12.0

Toggle v1.12.0's commit message
Add sort request param, replace resolveArgument method type from Obje… …ct to Pageable, replace swagger with spring openapi

v1.11.0

Toggle v1.11.0's commit message
Update version in README 

v1.10.1

Toggle v1.10.1's commit message
Update version to 1.10.1 Fix missing @NoArgsConstructor annotation on Meta class for proper jackson response deserialization

v1.10.0

Toggle v1.10.0's commit message
Update version to 1.10.0 Add id field to attributes (more usable for api clients)

v1.9.0

Toggle v1.9.0's commit message
Update version to 1.9.0 Add trace object with id field to meta object Update doc

v1.8.0

Toggle v1.8.0's commit message
Update version to 1.8.0 Update packages dependencies Add error links object support Update doc

v1.7.0

Toggle v1.7.0's commit message
Update version to 1.7.0 Update packages dependencies Fix PageRequest to start from 0 instead of 1 Add getters to get typed params from filter Update doc

v1.6.0

Toggle v1.6.0's commit message
Add method to set manually JSON API id without **@JsonApiId** annotat… …ion when set manually JSON API data type, now possible to deserialize string value as JSON API response

v1.5.0

Toggle v1.5.0's commit message
Add pagination support, add method to set data type, update mockito v… …ersion

v1.4.0

Toggle v1.4.0's commit message
Update all dependencies versions, add methods to get all filter keys … …and values