Skip to content

Releases: darrachequesne/spring-data-jpa-datatables

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)

Release 4.1

05 Apr 12:00
Compare
Choose a tag to compare
  • [fix] Fix searching with the separator "+" (#55)

Release 4.0

05 Apr 11:59
Compare
Choose a tag to compare
  • [chore] Update bom to Brussels-RELEASE version (#51)

Release 3.1

16 Dec 00:06
Compare
Choose a tag to compare
  • [feat] Add the ability to filter on NULL values (#44) (thanks to @ssando 👍 )
  • [docs] Update README (#45)

Release 3.0

19 Nov 22:37
Compare
Choose a tag to compare
  • [refactor] update mappings (and reduce boilerplate with lombok) (#35)
  • [chore] update dependencies (using spring bom) (#36)
  • [fix] Restrict eager loading to @OnetoOne and @onetomany relationships (#39)

Release 2.6

13 Oct 08:07
Compare
Choose a tag to compare
  • [test] Add tests for MySQL and PostgreSQL (#32)
  • [test] Add tests for querydsl implementation (#33)
  • [chore] Update travis status badge to point towards master (#28)

Release 2.5

18 Aug 06:34
Compare
Choose a tag to compare

Changes:

  • Update the paging calculation (#24)

Release 2.4

14 Aug 21:55
Compare
Choose a tag to compare

Changes:

  • Add support for additional converter (#21)

Release 2.3

12 Jun 06:31
Compare
Choose a tag to compare

Changes:

  • Ensure related entities are eagerly loaded (#16)
  • Add some helpers and refactor tests (#15)
  • Add support for nested @manytoone relationships (#14)