Skip to content

Releases: biagioT/jpa-search-helper

3.5.0

27 May 07:52
8e95569
Compare
Choose a tag to compare
  • Up to Spring Boot 3.5.0
  • Breaking change: added support for sorting by multiple columns (special thanks to @quwisky)

Support for sorting by multiple columns

From

...
"options": {
    "pageSize": 10,
    "pageOffset": 0,
    "sortKey" : "birthDate",
    "sortDesc" : false
  }
...

To

...
"options": {
    "pageSize": 10,
    "pageOffset": 0,
    "sortOptions" : [
      {
          "key": "birthDate",
          "desc": false
      }
    ]
  }
...

3.4.5

24 Apr 20:37
e62829b
Compare
Choose a tag to compare
Update README.md

3.4.4

28 Mar 08:14
da677f8
Compare
Choose a tag to compare
Update README.md

3.4.3

24 Feb 16:57
Compare
Choose a tag to compare

Added types:

  • ENUM
  • INSTANT
  • TIMESTAMP
  • DATE_SQL
  • TIME_SQL

3.4.2

21 Feb 08:05
Compare
Choose a tag to compare
  • bump spring boot from 3.4.2 to 3.4.3

3.4.1

19 Feb 08:49
Compare
Choose a tag to compare
  • added UUID type support

3.4.0

02 Feb 14:01
Compare
Choose a tag to compare
actions/upload-artifact: from v3 to v4

3.3.2

09 Jan 18:14
Compare
Choose a tag to compare
3.3.2: improved ReflectionUtils performance

3.3.1

20 Dec 11:34
Compare
Choose a tag to compare

Bug:

Dependency upgrade:

  • Spring Boot 3.4.1

3.3.0

24 Nov 15:25
Compare
Choose a tag to compare
jreleaser: fix checksum (5)