Releases: devslm/jsonapi-simple
Releases · devslm/jsonapi-simple
v1.12.0
30 Aug 13:09
Compare
Sorry, something went wrong.
No results found
[1.12.0] - 2024-08-30
Added:
Changed:
Update all dependencies
Replace springfox-swagger with the springdoc-openapi-starter-webmvc-ui dependency
v1.11.0
02 Aug 11:11
Compare
Sorry, something went wrong.
No results found
[1.11.0] - 2023-08-02
Added:
Error meta field for meta object containing non-standard meta-information about the error
v1.10.1
17 Jun 06:47
Compare
Sorry, something went wrong.
No results found
[1.10.1] - 2023-06-17
Fixed:
Missing NoArgsConstructor annotation on Meta class for proper jackson response deserialization
v1.10.0
21 Feb 12:12
Compare
Sorry, something went wrong.
No results found
[1.10.0] - 2023-02-21
Changed:
Add id field to attributes (more usable for api clients)
Update all dependencies versions
v1.9.0
07 Nov 17:16
Compare
Sorry, something went wrong.
No results found
[1.9.0] - 2022-11-07
Added:
Trace object with id field to meta object
v1.8.0
01 Nov 12:54
Compare
Sorry, something went wrong.
No results found
[1.8.0] - 2022-11-01
Added:
Error links object support
Changed:
Update all dependencies versions
v1.7.0
22 Aug 15:46
Compare
Sorry, something went wrong.
No results found
[1.7.0] - 2022-08-22
Added:
Methods to get typed params from filter (i.e. stringValue , listOfUuidValues etc.)
Changed:
Page now starts from 0 instead of 1
Changed:
Update all dependencies versions
v1.6.0
10 Feb 07:39
Compare
Sorry, something went wrong.
No results found
[1.6.0] - 2022-02-10
Added:
Now possible to deserialize string value as JSON API response
Method to set manually JSON API id without @JsonApiId annotation when set manually JSON API data type.
v1.5.0
09 Feb 11:19
Compare
Sorry, something went wrong.
No results found
[1.5.0] - 2022-02-09
Added:
Pagination support
Method to set manually data type without @JsonApyType annotation to use different data types like maps, lists etc.
Changed:
v1.4.0
27 Jan 12:52
Compare
Sorry, something went wrong.
No results found
[1.4.0] - 2022-01-27
Changed:
Update all dependencies versions
Add methods to get all filter keys and values