Skip to content

Commit da86c5d

Browse files
[chore] Release 4.2
1 parent 4656272 commit da86c5d

File tree

3 files changed

+43
-20
lines changed

3 files changed

+43
-20
lines changed

HISTORY.md

Lines changed: 41 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,56 @@
11

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
44

5-
* [fix] Fix searching with the separator "+" (#55)
65

7-
4.0 / 2017-03-06
8-
==================
6+
### Bug Fixes
97

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)
1110

12-
3.1 / 2016-12-16
13-
==================
1411

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
1714

18-
3.0 / 2016-11-19
19-
==================
2015

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+
2447

2548
2.6 / 2016-10-13
2649
==================
2750

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)
3154

3255
2.5 / 2016-08-18
3356
==================

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class UserRestController {
2828
<dependency>
2929
<groupId>com.github.darrachequesne</groupId>
3030
<artifactId>spring-data-jpa-datatables</artifactId>
31-
<version>4.1</version>
31+
<version>4.2</version>
3232
</dependency>
3333
```
3434

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.darrachequesne</groupId>
77
<artifactId>spring-data-jpa-datatables</artifactId>
8-
<version>4.2-SNAPSHOT</version>
8+
<version>4.2</version>
99

1010
<name>Spring Data JPA for DataTables</name>
1111
<description>Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)</description>

0 commit comments

Comments
 (0)