3.0.0-alpha.8

* Add missing "done" arg in test/kvao/ttl.suite (Miroslav Bajtoš)
 * Support nested queries for arrays (pponugo)
 * Refactor TTL tests for KV memory connector (Simon Ho)
 * Fix test case for expire (Simon Ho)
 * Fix failures of upsertWithWhere (Amir Jafarian)
 * Remove expired item before executing expire (Simon Ho)
 * Disable `strict` for a few files (Amir Jafarian)
This commit is contained in:
Miroslav Bajtoš 2016-09-08 10:42:58 +02:00
parent d2a20a1090
commit a944244a7b
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
2016-09-08, Version 3.0.0-alpha.8
=================================
* Add missing "done" arg in test/kvao/ttl.suite (Miroslav Bajtoš)
* Support nested queries for arrays (pponugo)
* Refactor TTL tests for KV memory connector (Simon Ho)
* Fix test case for expire (Simon Ho)
* Fix failures of upsertWithWhere (Amir Jafarian)
* Remove expired item before executing expire (Simon Ho)
* Disable `strict` for a few files (Amir Jafarian)
2016-08-26, Version 3.0.0-alpha.7
=================================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"publishConfig": {
"tag": "next",
"export-tests": true