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)
This commit is contained in:
parent
75751eb7e6
commit
347926ea13
14
CHANGES.md
14
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
|
2015-08-14, Version 2.37.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "2.37.0",
|
"version": "2.38.0",
|
||||||
"description": "LoopBack DataSoure Juggler",
|
"description": "LoopBack DataSoure Juggler",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue