Skip to content

Commit 36db5ea

Browse files
Release 2.2
1 parent d5940fd commit 36db5ea

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

HISTORY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
2.2 / 2016-05-13
3+
==================
4+
5+
* Set an empty list as default value for output data
6+
* Fix for using @Embedded class (by @wimdeblauwe)
7+
8+
2.1 / 2016-04-09
9+
==================
10+
11+
* Add toString methods to mappings
12+
* Prevent unnecessary query when no results are found by the count query
13+
* Add an optional pre-filtering specification
14+
* Update code style
15+
* Fix string cast for QueryDSL predicates (fix #6)
16+
217
2.0 / 2016-03-04
318
==================
419

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>2.1</version>
31+
<version>2.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>2.1</version>
8+
<version>2.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)