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)
This commit is contained in:
parent
bcd477358f
commit
62a429b2a6
24
CHANGES.md
24
CHANGES.md
|
@ -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
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.30.1",
|
||||
"version": "2.31.0",
|
||||
"description": "LoopBack DataSoure Juggler",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue