|
1 | 1 |
|
2 | | -4.1 / 2017-04-05 |
3 | | -================== |
| 2 | +<a name="4.2"></a> |
| 3 | +# [4.2](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.1...v4.2) / 2017-12-24 |
4 | 4 |
|
5 | | - * [fix] Fix searching with the separator "+" (#55) |
6 | 5 |
|
7 | | -4.0 / 2017-03-06 |
8 | | -================== |
| 6 | +### Bug Fixes |
9 | 7 |
|
10 | | - * [chore] Update bom to Brussels-RELEASE version (#51) |
| 8 | + * Add proper JOIN FETCH clause (#67) |
| 9 | + * Remove column duplicates when using JOIN FETCH (#64) |
11 | 10 |
|
12 | | -3.1 / 2016-12-16 |
13 | | -================== |
14 | 11 |
|
15 | | - * [feat] Add the ability to filter on NULL values (#44) |
16 | | - * [docs] Update README (#45) |
| 12 | +<a name="4.1"></a> |
| 13 | +# [4.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.0...v4.1) / 2017-04-05 |
17 | 14 |
|
18 | | -3.0 / 2016-11-19 |
19 | | -================== |
20 | 15 |
|
21 | | - * [refactor] update mappings (and reduce boilerplate with lombok) (#35) |
22 | | - * [chore] update dependencies (using spring bom) (#36) |
23 | | - * [fix] Restrict eager loading to @OneToOne and @OneToMany relationships (#39) |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | + * Fix searching with the separator "+" (#55) |
| 19 | + |
| 20 | + |
| 21 | +<a name="4.0"></a> |
| 22 | +# [4.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v3.1...v4.0) / 2017-03-06 |
| 23 | + |
| 24 | + |
| 25 | +### BREAKING CHANGES |
| 26 | + |
| 27 | + * Update bom to Brussels-RELEASE version (#51) |
| 28 | + |
| 29 | + |
| 30 | +<a name="3.1"></a> |
| 31 | +# [3.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v3.0...v3.1) / 2016-12-16 |
| 32 | + |
| 33 | + |
| 34 | +### Features |
| 35 | + |
| 36 | + * Add the ability to filter on NULL values (#44) |
| 37 | + |
| 38 | + |
| 39 | +<a name="3.0"></a> |
| 40 | +# [3.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v2.6...v3.0) / 2016-11-19 |
| 41 | + |
| 42 | + |
| 43 | +### Bug Fixes |
| 44 | + |
| 45 | + * Restrict eager loading to @OneToOne and @OneToMany relationships (#39) |
| 46 | + |
24 | 47 |
|
25 | 48 | 2.6 / 2016-10-13 |
26 | 49 | ================== |
27 | 50 |
|
28 | | - * [test] Add tests for MySQL and PostgreSQL (#32) |
29 | | - * [test] Add tests for querydsl implementation (#33) |
30 | | - * [chore] Update travis status badge to point towards master (#28) |
| 51 | + * Add tests for MySQL and PostgreSQL (#32) |
| 52 | + * Add tests for querydsl implementation (#33) |
| 53 | + * Update travis status badge to point towards master (#28) |
31 | 54 |
|
32 | 55 | 2.5 / 2016-08-18 |
33 | 56 | ================== |
|
0 commit comments