From a4be61377ac240988d17fd1c686d3e7338a20e92 Mon Sep 17 00:00:00 2001 From: Kevin Delisle Date: Mon, 15 May 2017 11:20:28 -0400 Subject: [PATCH] 3.7.0 * Remove unnecessary tests for adhocSort !== false (Tetsuo Seto) * Fix the test case to avoid duplicate userId (Tetsuo Seto) * Support include rework for C* connector (Tetsuo Seto) * Overall review of polymorphic relations (ebarault) * configurable model merge (ebarault) * Fix assertion errors (Loay) * Update modelbaseclass api docs (Loay) * Add caseInsensitive opt to validatesUniquenessOf (Bram Borggreve) --- CHANGES.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bd764ecb..1a762018 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,23 @@ +2017-05-15, Version 3.7.0 +========================= + + * Remove unnecessary tests for adhocSort !== false (Tetsuo Seto) + + * Fix the test case to avoid duplicate userId (Tetsuo Seto) + + * Support include rework for C* connector (Tetsuo Seto) + + * Overall review of polymorphic relations (ebarault) + + * configurable model merge (ebarault) + + * Fix assertion errors (Loay) + + * Update modelbaseclass api docs (Loay) + + * Add caseInsensitive opt to validatesUniquenessOf (Bram Borggreve) + + 2017-05-02, Version 3.6.1 ========================= diff --git a/package.json b/package.json index 6bec4084..36475666 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.6.1", + "version": "3.7.0", "publishConfig": { "export-tests": true },