Skip to content

Releases: devslm/jsonapi-simple

v1.12.0

30 Aug 13:09
Compare
Choose a tag to compare

[1.12.0] - 2024-08-30

Added:

  • Support for sort field

Changed:

  • Update all dependencies
  • Replace springfox-swagger with the springdoc-openapi-starter-webmvc-ui dependency

v1.11.0

02 Aug 11:11
Compare
Choose a tag to compare

[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
Choose a tag to compare

[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
Choose a tag to compare

[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
Choose a tag to compare

[1.9.0] - 2022-11-07

Added:

  • Trace object with id field to meta object

v1.8.0

01 Nov 12:54
Compare
Choose a tag to compare

[1.8.0] - 2022-11-01

Added:

  • Error links object support

Changed:

  • Update all dependencies versions

v1.7.0

22 Aug 15:46
Compare
Choose a tag to compare

[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
Choose a tag to compare

[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
Choose a tag to compare

[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:

  • Update mockito version

v1.4.0

27 Jan 12:52
Compare
Choose a tag to compare

[1.4.0] - 2022-01-27

Changed:

  • Update all dependencies versions
  • Add methods to get all filter keys and values