2.27.0
* Fix the target id resolution (Raymond Feng) * DB Call Optimization in relation includes - Fixes #408 & #166 (ningsuhen) * Conditionally pass options to connector CRUD methods (Raymond Feng) * Pass-through options from save to create (Fabien Franzen)
This commit is contained in:
parent
1a88e9f71f
commit
82ea32f319
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
||||||
|
2015-05-13, Version 2.27.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Fix the target id resolution (Raymond Feng)
|
||||||
|
|
||||||
|
* DB Call Optimization in relation includes - Fixes #408 & #166 (ningsuhen)
|
||||||
|
|
||||||
|
* Conditionally pass options to connector CRUD methods (Raymond Feng)
|
||||||
|
|
||||||
|
* Pass-through options from save to create (Fabien Franzen)
|
||||||
|
|
||||||
|
|
||||||
2015-05-05, Version 2.26.4
|
2015-05-05, Version 2.26.4
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "2.26.4",
|
"version": "2.27.0",
|
||||||
"description": "LoopBack DataSoure Juggler",
|
"description": "LoopBack DataSoure Juggler",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue