Skip to content

Releases: darrachequesne/spring-data-jpa-datatables

6.0.4

03 Apr 09:10
07b531c
Compare
Choose a tag to compare

Bug Fixes

  • properly compute search panes with related entities (495cfbc)

Links

6.0.3

24 Mar 08:52
be286ee
Compare
Choose a tag to compare

Bug Fixes

  • sqlserver: prevent cast from NVARCHAR to VARCHAR (f1e0ecd)

Links

6.0.2

04 Mar 09:07
1f84331
Compare
Choose a tag to compare

Bug Fixes

  • allow order array to be empty (a214d5b)
  • apply any prefiltering specification to the search panes (e83b4d5)

Links

6.0.1

12 Feb 23:42
f3b108c
Compare
Choose a tag to compare

Bug Fixes

  • fix integration with Spring Boot 3 (a6a8a0d)

Links

6.0.0

02 Jan 09:18
cfb25fc
Compare
Choose a tag to compare

5.2.0

19 May 12:30
9b1123d
Compare
Choose a tag to compare

5.1.0

17 Mar 01:51
5c41f34
Compare
Choose a tag to compare

5.1.0 / 2021-03-17

Features

  • add support for the SearchPanes extension (16803f9)

5.0.0

01 Mar 21:46
Compare
Choose a tag to compare

5.0.0 / 2018-03-01

BREAKING CHANGES ⚠️

  • Update to spring boot 2.0.0 (#73)

⚠️ This new version is not compatible with Spring 4.x. Please use previous version (4.3) in that case, else you may encounter some NoSuchMethodError exceptions.

Release 4.3

24 Dec 07:49
Compare
Choose a tag to compare

4.3 / 2017-12-24

Bug Fixes

  • Remove JOIN FETCH when using COUNT query (#68)

Release 4.2

24 Dec 07:48
Compare
Choose a tag to compare

4.2 / 2017-12-24

Bug Fixes

  • Add proper JOIN FETCH clause (#67)
  • Remove column duplicates when using JOIN FETCH (#64)