* 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)
This commit is contained in:
Miroslav Bajtoš 2016-08-26 10:08:32 +02:00
parent f4302363d3
commit b95d5ca182
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
2016-08-26, Version 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)
2016-08-16, Version 2.49.0 2016-08-16, Version 2.49.0
========================== ==========================

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-datasource-juggler", "name": "loopback-datasource-juggler",
"version": "2.49.0", "version": "2.50.0",
"publishConfig": { "publishConfig": {
"export-tests": true "export-tests": true
}, },