* Improve tests for empty vs. default values (Miroslav Bajtoš)
 * Do not apply default values on data from database (Miroslav Bajtoš)
 * Update datasource-connector.md (#1703) (Jam Risser)
 * feat: support array within array (Hage Yaapa)
 * fix: update lodash (#1696) (Janny)
This commit is contained in:
Miroslav Bajtoš 2019-04-09 18:20:02 +02:00
parent a8d0d78913
commit 095fe62fa6
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
2019-04-09, Version 4.6.1
=========================
* Improve tests for empty vs. default values (Miroslav Bajtoš)
* Do not apply default values on data from database (Miroslav Bajtoš)
* Update datasource-connector.md (#1703) (Jam Risser)
* feat: support array within array (Hage Yaapa)
* fix: update lodash (#1696) (Janny)
2019-02-26, Version 4.6.0
=========================

View File

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