* Add support for Node.js 12.x (Miroslav Bajtoš)
 * fix: coerce primitive properties on update (biniam)
 * fix: coerce date array properties (biniam)
 * fix: normalize include with boolean or number (spurreiter)
This commit is contained in:
Miroslav Bajtoš 2019-04-30 10:52:46 +02:00
parent 6793be20ca
commit 88312422d8
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2019-04-30, Version 4.6.3
=========================
* Add support for Node.js 12.x (Miroslav Bajtoš)
* fix: coerce primitive properties on update (biniam)
* fix: coerce date array properties (biniam)
* fix: normalize include with boolean or number (spurreiter)
2019-04-10, Version 4.6.2
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "4.6.2",
"version": "4.6.3",
"publishConfig": {
"export-tests": true
},