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š)
This commit is contained in:
parent
17a999bfca
commit
4fb4e356af
20
CHANGES.md
20
CHANGES.md
|
@ -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)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.18.1",
|
||||
"version": "2.19.0",
|
||||
"description": "LoopBack DataSoure Juggler",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue