From b8fb67beb5f573ebdeecd99612291610fb2e6efb Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Mon, 23 Nov 2015 16:00:29 -0800 Subject: [PATCH] 2.42.0 * Correction of a regression introduced by commit 632898b: when querying an empty array ([]) with a 'neq' filter, there were no matching. (Michael Diguet) * dropped unused functions and tests fixed (Wert_Lex) * One more comment (Wert_Lex) * Looks better now (Wert_Lex) * home-written map extended with proper .set() method (Wert_Lex) * on the halfway to keeping original keys (Wert_Lex) * with updated map which stores original key and tests for them (Wert_Lex) * Moved inst initialization to place where it used (Wert_Lex) * All tests passed (Wert_Lex) * Dirty merge. Tests are broken (Wert_Lex) * include utils add. Tests ported to should.js (Wert_Lex) --- CHANGES.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 911e67a3..9edbd422 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,29 @@ +2015-11-24, Version 2.42.0 +========================== + + * Correction of a regression introduced by commit 632898b: when querying an empty array ([]) with a 'neq' filter, there were no matching. (Michael Diguet) + + * dropped unused functions and tests fixed (Wert_Lex) + + * One more comment (Wert_Lex) + + * Looks better now (Wert_Lex) + + * home-written map extended with proper .set() method (Wert_Lex) + + * on the halfway to keeping original keys (Wert_Lex) + + * with updated map which stores original key and tests for them (Wert_Lex) + + * Moved inst initialization to place where it used (Wert_Lex) + + * All tests passed (Wert_Lex) + + * Dirty merge. Tests are broken (Wert_Lex) + + * include utils add. Tests ported to should.js (Wert_Lex) + + 2015-11-17, Version 2.41.2 ========================== diff --git a/package.json b/package.json index d07e420e..113b839a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.41.2", + "version": "2.42.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",