From 7dc0fcd26fc670a7dde76a39a76ce9885da96e8a Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Thu, 12 Mar 2015 10:22:05 -0700 Subject: [PATCH] 2.20.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove trailing spaces. (Miroslav Bajtoš) * Improve instance-level operation hooks (Fabien Franzen) * Fix the test case (Raymond Feng) * fix foreign key dataType bug (didikeke) * Reformat notifyObserversOf context argument (Fabien Franzen) * Implement operation hooks' context (Fabien Franzen) * Allow submodel to hide base properties (Raymond Feng) --- CHANGES.md | 20 +++++++++++++++++++- package.json | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 564acb0f..f91dd05d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,22 @@ -2015-03-05, Version 2.19.2 +2015-03-12, Version 2.20.0 +========================== + + * Remove trailing spaces. (Miroslav Bajtoš) + + * Improve instance-level operation hooks (Fabien Franzen) + + * Fix the test case (Raymond Feng) + + * fix foreign key dataType bug (didikeke) + + * Reformat notifyObserversOf context argument (Fabien Franzen) + + * Implement operation hooks' context (Fabien Franzen) + + * Allow submodel to hide base properties (Raymond Feng) + + +2015-03-04, Version 2.19.2 ========================== * Improved and corrected API docs (crandmck) diff --git a/package.json b/package.json index 5aec99a1..9d102f17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.19.2", + "version": "2.20.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",