From a944244a7b440b0b388b3827625833a799fd8eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 8 Sep 2016 10:42:58 +0200 Subject: [PATCH] 3.0.0-alpha.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add missing "done" arg in test/kvao/ttl.suite (Miroslav Bajtoš) * Support nested queries for arrays (pponugo) * Refactor TTL tests for KV memory connector (Simon Ho) * Fix test case for expire (Simon Ho) * Fix failures of upsertWithWhere (Amir Jafarian) * Remove expired item before executing expire (Simon Ho) * Disable `strict` for a few files (Amir Jafarian) --- CHANGES.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 33d3ec7d..4c2c29e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,21 @@ +2016-09-08, Version 3.0.0-alpha.8 +================================= + + * Add missing "done" arg in test/kvao/ttl.suite (Miroslav Bajtoš) + + * Support nested queries for arrays (pponugo) + + * Refactor TTL tests for KV memory connector (Simon Ho) + + * Fix test case for expire (Simon Ho) + + * Fix failures of upsertWithWhere (Amir Jafarian) + + * Remove expired item before executing expire (Simon Ho) + + * Disable `strict` for a few files (Amir Jafarian) + + 2016-08-26, Version 3.0.0-alpha.7 ================================= diff --git a/package.json b/package.json index e34c7916..29736db1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.0.0-alpha.7", + "version": "3.0.0-alpha.8", "publishConfig": { "tag": "next", "export-tests": true