From e63bbcf9cd4e0ba8854bf54eaa691b5495e242a2 Mon Sep 17 00:00:00 2001 From: Kevin Delisle Date: Fri, 21 Jul 2017 14:12:10 -0400 Subject: [PATCH] 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) --- CHANGES.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8dd42f6e..7d049ac0 100644 --- a/CHANGES.md +++ b/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 ========================== diff --git a/package.json b/package.json index 15edda37..250c1767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.55.0", + "version": "2.55.1", "publishConfig": { "tag": "lts", "export-tests": true