From 347926ea130b9a1eb2f6a721839be6e757f1234e Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Tue, 18 Aug 2015 14:40:51 -0700 Subject: [PATCH] 2.38.0 * Support embedded query in memory connector. Fix memory connector bug (Laurent Villeneuve) * Use idEquals when comparing ids in relation definitions (Laurent Villeneuve) * Handle possible undefined id (Laurent Villeneuve) * Fix id copmarison by using strings (Laurent Villeneuve) * Refactor idEquals to utils (Raymond Feng) --- CHANGES.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 50ae5826..4e08704f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +2015-08-18, Version 2.38.0 +========================== + + * Support embedded query in memory connector. Fix memory connector bug (Laurent Villeneuve) + + * Use idEquals when comparing ids in relation definitions (Laurent Villeneuve) + + * Handle possible undefined id (Laurent Villeneuve) + + * Fix id copmarison by using strings (Laurent Villeneuve) + + * Refactor idEquals to utils (Raymond Feng) + + 2015-08-14, Version 2.37.0 ========================== diff --git a/package.json b/package.json index a90c4389..5f298177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.37.0", + "version": "2.38.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",