Skip to content

Releases: devslm/jsonapi-simple

v1.12.0

Choose a tag to compare

@devslm devslm released this 30 Aug 13:09

[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

Choose a tag to compare

@devslm devslm released this 02 Aug 11:11

[1.11.0] - 2023-08-02

Added:

  • Error meta field for meta object containing non-standard meta-information about the error

v1.10.1

Choose a tag to compare

@devslm devslm released this 17 Jun 06:47

[1.10.1] - 2023-06-17

Fixed:

  • Missing NoArgsConstructor annotation on Meta class for proper jackson response deserialization

v1.10.0

Choose a tag to compare

@devslm devslm released this 21 Feb 12:12

[1.10.0] - 2023-02-21

Changed:

  • Add id field to attributes (more usable for api clients)
  • Update all dependencies versions

v1.9.0

Choose a tag to compare

@devslm devslm released this 07 Nov 17:16

[1.9.0] - 2022-11-07

Added:

  • Trace object with id field to meta object

v1.8.0

Choose a tag to compare

@devslm devslm released this 01 Nov 12:54

[1.8.0] - 2022-11-01

Added:

  • Error links object support

Changed:

  • Update all dependencies versions

v1.7.0

Choose a tag to compare

@devslm devslm released this 22 Aug 15:46

[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

Choose a tag to compare

@devslm devslm released this 10 Feb 07:39

[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

Choose a tag to compare

@devslm devslm released this 09 Feb 11:19

[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

Choose a tag to compare

@devslm devslm released this 27 Jan 12:52

[1.4.0] - 2022-01-27

Changed:

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