4.12.0
* feat: add applyDefaultOnWrites property (Hage Yaapa) * Fix polymorphic hasMany inverse relation (#1621) (Ayeni Olusegun)
This commit is contained in:
parent
464610ef0a
commit
fa7c38cad8
|
@ -1,3 +1,11 @@
|
||||||
|
2019-08-19, Version 4.12.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* feat: add applyDefaultOnWrites property (Hage Yaapa)
|
||||||
|
|
||||||
|
* Fix polymorphic hasMany inverse relation (#1621) (Ayeni Olusegun)
|
||||||
|
|
||||||
|
|
||||||
2019-08-09, Version 4.11.0
|
2019-08-09, Version 4.11.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "4.11.0",
|
"version": "4.12.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"export-tests": true
|
"export-tests": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue