Skip to content

Commit a944244

Browse files
committed
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)
1 parent d2a20a1 commit a944244

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2016-09-08, Version 3.0.0-alpha.8
2+
=================================
3+
4+
* Add missing "done" arg in test/kvao/ttl.suite (Miroslav Bajtoš)
5+
6+
* Support nested queries for arrays (pponugo)
7+
8+
* Refactor TTL tests for KV memory connector (Simon Ho)
9+
10+
* Fix test case for expire (Simon Ho)
11+
12+
* Fix failures of upsertWithWhere (Amir Jafarian)
13+
14+
* Remove expired item before executing expire (Simon Ho)
15+
16+
* Disable `strict` for a few files (Amir Jafarian)
17+
18+
119
2016-08-26, Version 3.0.0-alpha.7
220
=================================
321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-datasource-juggler",
3-
"version": "3.0.0-alpha.7",
3+
"version": "3.0.0-alpha.8",
44
"publishConfig": {
55
"tag": "next",
66
"export-tests": true

0 commit comments

Comments
 (0)