From 4fb4e356afbad07362ab5f35295f0926daae4e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 2 Mar 2015 17:06:04 +0100 Subject: [PATCH] 2.19.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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š) --- CHANGES.md | 20 +++++++++++++++++++- package.json | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7a6afb85..5401f2d4 100644 --- a/CHANGES.md +++ b/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) diff --git a/package.json b/package.json index 7e077e5c..5833a68b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.18.1", + "version": "2.19.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",