2.43.0
* Explicitly initialize column of partition by clause and pass it in find()'s options argument (eugene-frb) * Fix for issue #774 (Pradeep Kumar Tippa) * silence a warning that introduced in bluebird 3.0 (Clark Wang) * fixed a bug where an error was sent to the updateAttributesCallback and then ignored (Abe BW) * Capture includeHasMany() as a find()'s caller by findCaller option (eugene-frb) * UpdateAttributes: Raises an error if database fails (Wilson Júnior) * fixes #753 (Joseph M. Persie) * typo fix (nennad) * Fix foreignKey length issue (nennad)
This commit is contained in:
parent
bc825fafc4
commit
dbab15554d
24
CHANGES.md
24
CHANGES.md
|
@ -1,4 +1,26 @@
|
||||||
2015-11-24, Version 2.42.0
|
2015-11-27, Version 2.43.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Explicitly initialize column of partition by clause and pass it in find()'s options argument (eugene-frb)
|
||||||
|
|
||||||
|
* Fix for issue #774 (Pradeep Kumar Tippa)
|
||||||
|
|
||||||
|
* silence a warning that introduced in bluebird 3.0 (Clark Wang)
|
||||||
|
|
||||||
|
* fixed a bug where an error was sent to the updateAttributesCallback and then ignored (Abe BW)
|
||||||
|
|
||||||
|
* Capture includeHasMany() as a find()'s caller by findCaller option (eugene-frb)
|
||||||
|
|
||||||
|
* UpdateAttributes: Raises an error if database fails (Wilson Júnior)
|
||||||
|
|
||||||
|
* fixes #753 (Joseph M. Persie)
|
||||||
|
|
||||||
|
* typo fix (nennad)
|
||||||
|
|
||||||
|
* Fix foreignKey length issue (nennad)
|
||||||
|
|
||||||
|
|
||||||
|
2015-11-23, 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)
|
* Correction of a regression introduced by commit 632898b: when querying an empty array ([]) with a 'neq' filter, there were no matching. (Michael Diguet)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "2.42.0",
|
"version": "2.43.0",
|
||||||
"description": "LoopBack DataSoure Juggler",
|
"description": "LoopBack DataSoure Juggler",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue