3.25.0
* Ren handleUndefined to normalizeUndefinedInQuery (Raymond Feng) * Report circular or deep query objects (Raymond Feng) * Hide offending properties from the error object (Raymond Feng) * Tidy up extended operator check (Raymond Feng) * Prevent hidden/protected props from being searched (Raymond Feng) * Report errors for missing id props for include (Raymond Feng) * remove null in embedded doc properties updates (Dimitris)
This commit is contained in:
parent
63f0fe20ed
commit
2105c22ab1
18
CHANGES.md
18
CHANGES.md
|
@ -1,3 +1,21 @@
|
||||||
|
2018-10-26, Version 3.25.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Ren handleUndefined to normalizeUndefinedInQuery (Raymond Feng)
|
||||||
|
|
||||||
|
* Report circular or deep query objects (Raymond Feng)
|
||||||
|
|
||||||
|
* Hide offending properties from the error object (Raymond Feng)
|
||||||
|
|
||||||
|
* Tidy up extended operator check (Raymond Feng)
|
||||||
|
|
||||||
|
* Prevent hidden/protected props from being searched (Raymond Feng)
|
||||||
|
|
||||||
|
* Report errors for missing id props for include (Raymond Feng)
|
||||||
|
|
||||||
|
* remove null in embedded doc properties updates (Dimitris)
|
||||||
|
|
||||||
|
|
||||||
2018-10-08, Version 3.24.1
|
2018-10-08, Version 3.24.1
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "3.24.1",
|
"version": "3.25.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"export-tests": true,
|
"export-tests": true,
|
||||||
"tag": "lts"
|
"tag": "lts"
|
||||||
|
|
Loading…
Reference in New Issue