From 839c58639d83f7c15477ade2285aa111f74378eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 12 Jul 2017 16:17:00 +0200 Subject: [PATCH] 3.9.0 * Remove observers from Model on end of the stream (Alexei Smirnov) * Fix Model#settings.acls doc type signature (Farid Nouri Neshat) * Use `localhost` instead of `::` for local (Daijiro Wachi) * Fix API doc for Model class property type (Candy) * Update package.json (sqlwwx) * Support remoting adapters with no ctx.req object (Piero Maltese) * update strong-error-handler (sqlwwx) --- CHANGES.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bdf2bee7..ad4b8ccd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,21 @@ +2017-07-12, Version 3.9.0 +========================= + + * Remove observers from Model on end of the stream (Alexei Smirnov) + + * Fix Model#settings.acls doc type signature (Farid Nouri Neshat) + + * Use `localhost` instead of `::` for local (Daijiro Wachi) + + * Fix API doc for Model class property type (Candy) + + * Update package.json (sqlwwx) + + * Support remoting adapters with no ctx.req object (Piero Maltese) + + * update strong-error-handler (sqlwwx) + + 2017-05-02, Version 3.8.0 ========================= diff --git a/package.json b/package.json index 0f7b78f5..0f34423e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback", - "version": "3.8.0", + "version": "3.9.0", "description": "LoopBack: Open Source Framework for Node.js", "homepage": "http://loopback.io", "keywords": [