updated changelog
This commit is contained in:
@@ -1,21 +1,24 @@
|
||||
Spring Data Commons Changelog
|
||||
=============================================
|
||||
|
||||
Changes in version 1.0.1
|
||||
Changes in version 1.1.0.M1 (2011-06-02)
|
||||
----------------------------------------
|
||||
|
||||
General
|
||||
* Extracted Querydsl support code from JPA and Mongo modules (DATACMNS-32)
|
||||
* Implementations of Page, Pageable and Sort are now serializable (DATACMNS-30)
|
||||
* Refactored mapping subsystem (DATADOC-109)
|
||||
* Mapping subsystem can now work with multi-dimensional arrays and collections (DATADOC-98)
|
||||
* Upgraded to Querydsl 2.2.0-beta4 (DATADOC-115)
|
||||
* Improved algorithm to detect persistence constructors (DATACMNS-34)
|
||||
* [DATACMNS-32] - Extracted Querydsl support code from JPA and Mongo modules
|
||||
* [DATACMNS-30] - Implementations of Page, Pageable and Sort are now serializable
|
||||
* [DATACMNS-34] - Improved algorithm to detect persistence constructors
|
||||
* [DATADOC-98] - Mapping subsystem can now work with multi-dimensional arrays and collections
|
||||
* [DATADOC-109] - Refactored mapping subsystem
|
||||
* [DATADOC-115] - Upgraded to Querydsl 2.2.0-beta4
|
||||
|
||||
Repositories
|
||||
* Repository.count() now returns a primitive long (DATACMNS-33)
|
||||
* Added Near and Within as keywords for query method parser (DATADOC-43)
|
||||
* Repository has now a delete(ID id) method (DATACMNS-35)
|
||||
* [DATACMNS-33] - Repository.count() now returns a primitive long
|
||||
* [DATACMNS-35] - Repository has now a delete(ID id) method
|
||||
* [DATACMNS-36] - Improve transaction handling for repositories
|
||||
* [DATACMNS-40] - Rename @RepositoryProxy to @RepositoryDefinition
|
||||
* [DATADOC-43] - Added Near and Within as keywords for query method parser
|
||||
|
||||
|
||||
Changes in version 1.0.0 (2011-04-18)
|
||||
----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user