* Do not apply default values on data from database (Miroslav Bajtoš)
 * feat: support array within array in 3.x (Hage Yaapa)
 * feat: Support "type" key in sub-properties in 3.x (Hage Yaapa)
 * fix: use existing field in exclude test (biniam)
 * eslint: manually fix remaining problems (Miroslav Bajtoš)
 * eslint: autofix linting errors (Miroslav Bajtoš)
 * eslint: upgrade eslint-config-loobpack to latest (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2019-04-09 18:18:55 +02:00
parent b8e08b759b
commit e4a605d436
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
2019-04-09, Version 3.29.0
==========================
* Do not apply default values on data from database (Miroslav Bajtoš)
* feat: support array within array in 3.x (Hage Yaapa)
* feat: Support "type" key in sub-properties in 3.x (Hage Yaapa)
* fix: use existing field in exclude test (biniam)
* eslint: manually fix remaining problems (Miroslav Bajtoš)
* eslint: autofix linting errors (Miroslav Bajtoš)
* eslint: upgrade eslint-config-loobpack to latest (Miroslav Bajtoš)
2018-11-15, Version 3.28.0 2018-11-15, Version 3.28.0
========================== ==========================

View File

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