* Deprecate DAO events (Miroslav Bajtoš)

 * Deprecate Model hooks (Miroslav Bajtoš)

 * Add Promises to DAO (Partap Davis)

 * test for updateAll (rudzon)

 * enhance the coercion for boolean/date types (rudzon)

 * enhance updateAll to coerce the data per property definitions (rudzon)

 * relation-definition: remove trailing whitespace (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2015-03-02 17:06:04 +01:00
parent 17a999bfca
commit 4fb4e356af
2 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,22 @@
2015-02-21, Version 2.18.1 2015-03-02, Version 2.19.0
==========================
* Deprecate DAO events (Miroslav Bajtoš)
* Deprecate Model hooks (Miroslav Bajtoš)
* Add Promises to DAO (Partap Davis)
* test for updateAll (rudzon)
* enhance the coercion for boolean/date types (rudzon)
* enhance updateAll to coerce the data per property definitions (rudzon)
* relation-definition: remove trailing whitespace (Miroslav Bajtoš)
2015-02-20, Version 2.18.1
========================== ==========================
* Make sure models are migrated to avoid conflicts (Raymond Feng) * Make sure models are migrated to avoid conflicts (Raymond Feng)

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-datasource-juggler", "name": "loopback-datasource-juggler",
"version": "2.18.1", "version": "2.19.0",
"description": "LoopBack DataSoure Juggler", "description": "LoopBack DataSoure Juggler",
"keywords": [ "keywords": [
"StrongLoop", "StrongLoop",