2.55.1
* Catch errors using cb (loay) * Recursively cast props on fromDb for memory conn. (nVitius) * Recursively coerce nested properties in dao (nVitius) * Fix #1079 - Polymorphic hasMany inverse relation (#1296) (Janny)
This commit is contained in:
parent
9096e0873e
commit
e63bbcf9cd
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
|||
2017-07-21, Version 2.55.1
|
||||
==========================
|
||||
|
||||
* Catch errors using cb (loay)
|
||||
|
||||
* Recursively cast props on fromDb for memory conn. (nVitius)
|
||||
|
||||
* Recursively coerce nested properties in dao (nVitius)
|
||||
|
||||
* Fix #1079 - Polymorphic hasMany inverse relation (#1296) (Janny)
|
||||
|
||||
|
||||
2017-07-10, Version 2.55.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.55.0",
|
||||
"version": "2.55.1",
|
||||
"publishConfig": {
|
||||
"tag": "lts",
|
||||
"export-tests": true
|
||||
|
|
Loading…
Reference in New Issue