Skip to content

Commit b95d5ca

Browse files
committed
2.50.0
* test/memory: remove dummy findOrCreate impl (Miroslav Bajtoš) * Implement `notify` for find method (Amir Jafarian) * kvao: implement key filter (Miroslav Bajtoš) * kvao: add iterateKeys() and keys() (Miroslav Bajtoš) * Globalize KeyValue Memory connector (Simon Ho) * test: Rename KVAO get test suite (Simon Ho)
1 parent f430236 commit b95d5ca

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2016-08-26, Version 2.50.0
2+
==========================
3+
4+
* test/memory: remove dummy findOrCreate impl (Miroslav Bajtoš)
5+
6+
* Implement `notify` for find method (Amir Jafarian)
7+
8+
* kvao: implement key filter (Miroslav Bajtoš)
9+
10+
* kvao: add iterateKeys() and keys() (Miroslav Bajtoš)
11+
12+
* Globalize KeyValue Memory connector (Simon Ho)
13+
14+
* test: Rename KVAO get test suite (Simon Ho)
15+
16+
117
2016-08-16, Version 2.49.0
218
==========================
319

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.49.0",
3+
"version": "2.50.0",
44
"publishConfig": {
55
"export-tests": true
66
},

0 commit comments

Comments
 (0)