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)
This commit is contained in:
parent
c67922cc59
commit
b8fb67beb5
26
CHANGES.md
26
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
|
2015-11-17, Version 2.41.2
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "2.41.2",
|
"version": "2.42.0",
|
||||||
"description": "LoopBack DataSoure Juggler",
|
"description": "LoopBack DataSoure Juggler",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue