* Fix error message for missing global.Promise (Miroslav Bajtoš)
 * Add TTL for KeyValue related features (Simon Ho)
 * test/kvao: setup global.Promise on Node v0.10 (Miroslav Bajtoš)
 * kv-memory: fix crash in regular cleanup (Miroslav Bajtoš)
 * Backport globalization (Amir Jafarian)
This commit is contained in:
Miroslav Bajtoš 2016-08-16 16:36:13 +02:00
parent 6d4e0513a7
commit 2fb6a96d77
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
2016-08-16, Version 2.49.0
==========================
* Fix error message for missing global.Promise (Miroslav Bajtoš)
* Add TTL for KeyValue related features (Simon Ho)
* test/kvao: setup global.Promise on Node v0.10 (Miroslav Bajtoš)
* kv-memory: fix crash in regular cleanup (Miroslav Bajtoš)
* Backport globalization (Amir Jafarian)
2016-08-09, Version 2.48.0 2016-08-09, Version 2.48.0
========================== ==========================

View File

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