* 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:
Kevin Delisle 2017-07-26 10:37:13 -04:00
parent 03fc097f28
commit bebac1ee3f
2 changed files with 15 additions and 1 deletions

View File

@ -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
=========================

View File

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