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)
This commit is contained in:
parent
a8d0d78913
commit
095fe62fa6
14
CHANGES.md
14
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "4.6.0",
|
||||
"version": "4.6.1",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue