3.25.2
* Check composite keys containing hidden props (Raymond Feng) * Improve hidden/protected property checks (Raymond Feng)
This commit is contained in:
parent
828fa3bcb6
commit
b4d0cf54a8
|
@ -1,3 +1,11 @@
|
||||||
|
2018-10-29, Version 3.25.2
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Check composite keys containing hidden props (Raymond Feng)
|
||||||
|
|
||||||
|
* Improve hidden/protected property checks (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
2018-10-27, Version 3.25.1
|
2018-10-27, Version 3.25.1
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "3.25.1",
|
"version": "3.25.2",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"export-tests": true,
|
"export-tests": true,
|
||||||
"tag": "lts"
|
"tag": "lts"
|
||||||
|
|
Loading…
Reference in New Issue