* Fix #1434 2.55.1 Throws when using where query against "JSON Object or ANY" Type (#1444) (Shing)
 * castPropertyValue: throw on malformed types (Kevin Delisle)
This commit is contained in:
Kevin Delisle 2017-07-28 16:33:46 -04:00
parent 88771f10fc
commit 83d9b865d5
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2017-07-28, Version 2.55.2
==========================
* Fix #1434 2.55.1 Throws when using where query against "JSON Object or ANY" Type (#1444) (Shing)
* castPropertyValue: throw on malformed types (Kevin Delisle)
2017-07-21, Version 2.55.1
==========================

View File

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