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
- Add proper JOIN FETCH clause (#67)
- Remove column duplicates when using JOIN FETCH (#64)
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