4.1.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) * fix: add test coverage, correct typo that exposed (Matthew Gabeler-Lee) * fix: accelerate unique id checking (Matthew Gabeler-Lee) * remove null in embedded doc properties updates (Dimitris)
This commit is contained in:
parent
104b861747
commit
708826cc49
22
CHANGES.md
22
CHANGES.md
|
@ -1,3 +1,25 @@
|
|||
2018-10-26, Version 4.1.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)
|
||||
|
||||
* fix: add test coverage, correct typo that exposed (Matthew Gabeler-Lee)
|
||||
|
||||
* fix: accelerate unique id checking (Matthew Gabeler-Lee)
|
||||
|
||||
* remove null in embedded doc properties updates (Dimitris)
|
||||
|
||||
|
||||
2018-10-08, Version 4.0.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "4.0.0",
|
||||
"version": "4.1.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue