Skip to content

Commit 71d4adb

Browse files
committed
2.51.0
* Add missing "done" arg in test/kvao/ttl.suite (Miroslav Bajtoš) * Support nested queries for arrays (pponugo) * Remove expired item before executing expire (Simon Ho) * Fix failures for connectors (Amir Jafarian) * upsertWithWhere feature support in juggler DAO (Sonali Samantaray) * Remove ESLint from dependencies (Simon Ho) * Refactor TTL test suite (Simon Ho)
1 parent f663917 commit 71d4adb

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-12, Version 2.51.0
2+
==========================
3+
4+
* Add missing "done" arg in test/kvao/ttl.suite (Miroslav Bajtoš)
5+
6+
* Support nested queries for arrays (pponugo)
7+
8+
* Remove expired item before executing expire (Simon Ho)
9+
10+
* Fix failures for connectors (Amir Jafarian)
11+
12+
* upsertWithWhere feature support in juggler DAO (Sonali Samantaray)
13+
14+
* Remove ESLint from dependencies (Simon Ho)
15+
16+
* Refactor TTL test suite (Simon Ho)
17+
18+
119
2016-08-26, Version 2.50.0
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": "2.50.0",
3+
"version": "2.51.0",
44
"publishConfig": {
55
"export-tests": true
66
},

0 commit comments

Comments
 (0)