From da86c5df628876ff6eed0bb74e9f4958f4f852db Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Sun, 24 Dec 2017 08:09:05 +0100 Subject: [PATCH] [chore] Release 4.2 --- HISTORY.md | 59 +++++++++++++++++++++++++++++++++++++----------------- README.md | 2 +- pom.xml | 2 +- 3 files changed, 43 insertions(+), 20 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index bae9fea..475f1de 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,33 +1,56 @@ -4.1 / 2017-04-05 -================== + +# [4.2](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.1...v4.2) / 2017-12-24 - * [fix] Fix searching with the separator "+" (#55) -4.0 / 2017-03-06 -================== +### Bug Fixes - * [chore] Update bom to Brussels-RELEASE version (#51) + * Add proper JOIN FETCH clause (#67) + * Remove column duplicates when using JOIN FETCH (#64) -3.1 / 2016-12-16 -================== - * [feat] Add the ability to filter on NULL values (#44) - * [docs] Update README (#45) + +# [4.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.0...v4.1) / 2017-04-05 -3.0 / 2016-11-19 -================== - * [refactor] update mappings (and reduce boilerplate with lombok) (#35) - * [chore] update dependencies (using spring bom) (#36) - * [fix] Restrict eager loading to @OneToOne and @OneToMany relationships (#39) +### Bug Fixes + + * Fix searching with the separator "+" (#55) + + + +# [4.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v3.1...v4.0) / 2017-03-06 + + +### BREAKING CHANGES + + * Update bom to Brussels-RELEASE version (#51) + + + +# [3.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v3.0...v3.1) / 2016-12-16 + + +### Features + + * Add the ability to filter on NULL values (#44) + + + +# [3.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v2.6...v3.0) / 2016-11-19 + + +### Bug Fixes + + * Restrict eager loading to @OneToOne and @OneToMany relationships (#39) + 2.6 / 2016-10-13 ================== - * [test] Add tests for MySQL and PostgreSQL (#32) - * [test] Add tests for querydsl implementation (#33) - * [chore] Update travis status badge to point towards master (#28) + * Add tests for MySQL and PostgreSQL (#32) + * Add tests for querydsl implementation (#33) + * Update travis status badge to point towards master (#28) 2.5 / 2016-08-18 ================== diff --git a/README.md b/README.md index 52eeb40..c849378 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ public class UserRestController { com.github.darrachequesne spring-data-jpa-datatables - 4.1 + 4.2 ``` diff --git a/pom.xml b/pom.xml index cea60ec..d94c46f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.darrachequesne spring-data-jpa-datatables - 4.2-SNAPSHOT + 4.2 Spring Data JPA for DataTables Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)