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)
This commit is contained in:
parent
f4302363d3
commit
b95d5ca182
16
CHANGES.md
16
CHANGES.md
|
@ -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
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.49.0",
|
||||
"version": "2.50.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue