- 6.0.4 (Apr 2024)
- 6.0.3 (Mar 2024)
- 6.0.2 (Mar 2024)
- 6.0.1 (Feb 2023)
- 6.0.0 (Jan 2023)
- 5.2.0 (May 2022)
- 5.1.0 (Mar 2021)
- 5.0.0 (Mar 2018)
- 4.3 (Dec 2017)
- 4.2 (Dec 2017)
- 4.1 (Apr 2017)
- 4.0 (Mar 2017)
- 3.1 (Dec 2016)
- 3.0 (Nov 2016)
6.0.4 (2024-04-03)
- properly compute search panes with related entities (495cfbc)
6.0.3 (2024-03-24)
- sqlserver: prevent cast from NVARCHAR to VARCHAR (f1e0ecd)
6.0.2 (2024-03-03)
- allow order array to be empty (a214d5b)
- apply any prefiltering specification to the search panes (e83b4d5)
6.0.1 (2023-02-12)
- fix integration with Spring Boot 3 (a6a8a0d)
6.0.0 (2023-01-02)
- upgrade to Spring Boot 3.0.0 (d4c810e)
5.2.0 (2022-05-19)
5.1.0 (2021-03-17)
- add support for the SearchPanes extension (16803f9)
5.0.0 (2018-03-01)
- Update to spring boot 2.0.0 (#73)
4.3 (2017-12-24)
- Remove JOIN FETCH when using COUNT query (#68)
4.2 (2017-12-24)
4.1 (2017-04-05)
- Fix searching with the separator "+" (#55)
4.0 (2017-03-06)
- Update bom to Brussels-RELEASE version (#51)
3.1 (2016-12-16)
- Add the ability to filter on NULL values (#44)
3.0 (2016-11-19)
- Restrict eager loading to @OneToOne and @OneToMany relationships (#39)
- Add tests for MySQL and PostgreSQL (#32)
- Add tests for querydsl implementation (#33)
- Update travis status badge to point towards master (#28)
- Update the paging calculation (#24)
- Add support for additional converter (#21)
- Ensure related entities are eagerly loaded (#16)
- Add some helpers and refactor tests (#15)
- Add support for nested @ManyToOne relationships (#14)
- Set an empty list as default value for output data
- Fix for using @Embedded class (by @wimdeblauwe)
- 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)
- Add support for QueryDSL
- Add helper to get a map of the columns, indexed by name
- Add escape character for LIKE clauses
- Fix direction regexp
- Fixed factory always generating dataTablesRepositories
- Add JDK6 test back