Skip to content

Commit f816e52

Browse files
committed
3.0.0-alpha.7
* test/memory: remove dummy findOrCreate impl (Miroslav Bajtoš) * Fix CI introduced by `use strict` (Amir Jafarian) * Fix manually (Amir Jafarian) * Auto-update by eslint --fix (Amir Jafarian) * Update eslint (Amir Jafarian) * kvao: implement key filter (Miroslav Bajtoš) * kvao: add iterateKeys() and keys() (Miroslav Bajtoš) * Globalize KeyValue Memory connector (Simon Ho) * upsertWithWhere feature support in juggler DAO (Sonali Samantaray) * Fix typo (Amir Jafarian) * Rename get test suite to match other test suites (Simon Ho) * Add TTL for KeyValue related features (Simon Ho)
1 parent d818168 commit f816e52

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2016-08-26, Version 3.0.0-alpha.7
2+
=================================
3+
4+
* test/memory: remove dummy findOrCreate impl (Miroslav Bajtoš)
5+
6+
* Fix CI introduced by `use strict` (Amir Jafarian)
7+
8+
* Fix manually (Amir Jafarian)
9+
10+
* Auto-update by eslint --fix (Amir Jafarian)
11+
12+
* Update eslint (Amir Jafarian)
13+
14+
* kvao: implement key filter (Miroslav Bajtoš)
15+
16+
* kvao: add iterateKeys() and keys() (Miroslav Bajtoš)
17+
18+
* Globalize KeyValue Memory connector (Simon Ho)
19+
20+
* upsertWithWhere feature support in juggler DAO (Sonali Samantaray)
21+
22+
* Fix typo (Amir Jafarian)
23+
24+
* Rename get test suite to match other test suites (Simon Ho)
25+
26+
* Add TTL for KeyValue related features (Simon Ho)
27+
28+
129
2016-08-11, Version 3.0.0-alpha.6
230
=================================
331

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.6",
3+
"version": "3.0.0-alpha.7",
44
"publishConfig": {
55
"tag": "next",
66
"export-tests": true

0 commit comments

Comments
 (0)