From 62a429b2a637c9846109dfec85d62feb04fa2571 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Thu, 2 Jul 2015 14:57:11 -0700 Subject: [PATCH] 2.31.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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) --- CHANGES.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 55f947fb..03168869 100644 --- a/CHANGES.md +++ b/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 ========================== diff --git a/package.json b/package.json index 40e79e81..b1ca11d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.30.1", + "version": "2.31.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",