Skip to content

Latest commit

 

History

History
203 lines (99 loc) · 5.88 KB

HISTORY.md

File metadata and controls

203 lines (99 loc) · 5.88 KB

History

Release notes

6.0.4 (2024-04-03)

Bug Fixes

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

6.0.3 (2024-03-24)

Bug Fixes

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

6.0.2 (2024-03-03)

Bug Fixes

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

6.0.1 (2023-02-12)

Bug Fixes

  • fix integration with Spring Boot 3 (a6a8a0d)

6.0.0 (2023-01-02)

Features

  • upgrade to Spring Boot 3.0.0 (d4c810e)

5.2.0 (2022-05-19)

Features

5.1.0 (2021-03-17)

Features

  • add support for the SearchPanes extension (16803f9)

5.0.0 (2018-03-01)

BREAKING CHANGES

  • Update to spring boot 2.0.0 (#73)

4.3 (2017-12-24)

Bug Fixes

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

4.2 (2017-12-24)

Bug Fixes

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

4.1 (2017-04-05)

Bug Fixes

  • Fix searching with the separator "+" (#55)

4.0 (2017-03-06)

BREAKING CHANGES

  • Update bom to Brussels-RELEASE version (#51)

3.1 (2016-12-16)

Features

  • Add the ability to filter on NULL values (#44)

3.0 (2016-11-19)

Bug Fixes

  • Restrict eager loading to @OneToOne and @OneToMany relationships (#39)

2.6 / 2016-10-13

  • Add tests for MySQL and PostgreSQL (#32)
  • Add tests for querydsl implementation (#33)
  • Update travis status badge to point towards master (#28)

2.5 / 2016-08-18

  • Update the paging calculation (#24)

2.4 / 2016-08-14

  • Add support for additional converter (#21)

2.3 / 2016-06-12

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

2.2 / 2016-05-13

  • Set an empty list as default value for output data
  • Fix for using @Embedded class (by @wimdeblauwe)

2.1 / 2016-04-09

  • Add toString methods to mappings
  • Prevent unnecessary query when no results are found by the count query
  • Add an optional pre-filtering specification
  • Update code style
  • Fix string cast for QueryDSL predicates (fix #6)

2.0 / 2016-03-04

  • Add support for QueryDSL

1.5 / 2016-03-01

  • Add helper to get a map of the columns, indexed by name
  • Add escape character for LIKE clauses
  • Fix direction regexp

1.4 / 2016-02-02

  • Fixed factory always generating dataTablesRepositories
  • Add JDK6 test back