* 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:
Kevin Delisle 2017-07-21 14:12:10 -04:00
parent 9096e0873e
commit e63bbcf9cd
2 changed files with 13 additions and 1 deletions

View File

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

View File

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