* Assert the existence of instance (Raymond Feng)

 * Make sure operator/options are honored (Raymond Feng)

 * Fix coercion from ObjectID to String (Raymond Feng)

 * Fix #623 - use actual id order (Fabien Franzen)

 * test: fix persistence-hooks failures in MySQL (Miroslav Bajtoš)

 * Includes with transaction support (Rus1)

 * Fix updateOrCreate transaction propagation (Rus1)

 * Fix promise chaining in case of error (Rus1)

 * Promisify 'autoupdate' (Pradnya Baviskar)

 * Add new hook 'loaded' (Pradnya Baviskar)
This commit is contained in:
Raymond Feng 2015-07-02 14:57:11 -07:00
parent bcd477358f
commit 62a429b2a6
2 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,27 @@
2015-07-02, Version 2.31.0
==========================
* Assert the existence of instance (Raymond Feng)
* Make sure operator/options are honored (Raymond Feng)
* Fix coercion from ObjectID to String (Raymond Feng)
* Fix #623 - use actual id order (Fabien Franzen)
* test: fix persistence-hooks failures in MySQL (Miroslav Bajtoš)
* Includes with transaction support (Rus1)
* Fix updateOrCreate transaction propagation (Rus1)
* Fix promise chaining in case of error (Rus1)
* Promisify 'autoupdate' (Pradnya Baviskar)
* Add new hook 'loaded' (Pradnya Baviskar)
2015-06-16, Version 2.30.1
==========================

View File

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