* 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:
Raymond Feng 2018-10-26 09:26:02 -07:00
parent 63f0fe20ed
commit 2105c22ab1
2 changed files with 19 additions and 1 deletions

View File

@ -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
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "3.24.1",
"version": "3.25.0",
"publishConfig": {
"export-tests": true,
"tag": "lts"