3.9.3
* Catch errors using cb (loay) * Rename getAsync() methods to find() and get() (Jürg Lehni) * #1386 Allow empty values when allowBlank is true (Simo Moujami) * Skip imcompatible tests (#1420) (Janny) * Run juggler tests for Cloudant (#1414) (Janny)
This commit is contained in:
parent
03fc097f28
commit
bebac1ee3f
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
||||||
|
2017-07-26, Version 3.9.3
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Catch errors using cb (loay)
|
||||||
|
|
||||||
|
* Rename getAsync() methods to find() and get() (Jürg Lehni)
|
||||||
|
|
||||||
|
* #1386 Allow empty values when allowBlank is true (Simo Moujami)
|
||||||
|
|
||||||
|
* Skip imcompatible tests (#1420) (Janny)
|
||||||
|
|
||||||
|
* Run juggler tests for Cloudant (#1414) (Janny)
|
||||||
|
|
||||||
|
|
||||||
2017-06-22, Version 3.9.2
|
2017-06-22, Version 3.9.2
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "3.9.2",
|
"version": "3.9.3",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"export-tests": true
|
"export-tests": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue