From 9c3d596106dea5406498823964f97d5142e711cf Mon Sep 17 00:00:00 2001 From: Simon Ho Date: Wed, 21 Dec 2016 17:54:34 -0800 Subject: [PATCH] 2.36.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add option disabling periodic change rectification (kobaska) * Release LTS LB2 (Simon Ho) * Invalidate AccessTokens on password change (Miroslav Bajtoš) * Fix registration of operation hooks in User model (Miroslav Bajtoš) * Remove "options.template" from Email payload (Miroslav Bajtoš) * Opt-out downstream builds that are unstable (David Cheung) * Allow password reset request for users in realms (Bram Borggreve) * Add "returnOnlyRoleNames" option to Role.getRoles (Eric) * Fix context within listByPrincipalType role method (codyolsen) * Add templateFn option to User#verify() (Adrien Kiren) * Add options to bulkUpdate (Kogulan Baskaran) * Require verification after email change (Loay) * adding check of string for case insensitive emails (Dhaval Trivedi) * Fix PR template to not link all PRs to #49 (#2887) (Miroslav Bajtoš) --- CHANGES.md | 32 ++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f1b7b5ad..1d6cb896 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,35 @@ +2016-12-22, Version 2.36.2 +========================== + + * Add option disabling periodic change rectification (kobaska) + + * Release LTS LB2 (Simon Ho) + + * Invalidate AccessTokens on password change (Miroslav Bajtoš) + + * Fix registration of operation hooks in User model (Miroslav Bajtoš) + + * Remove "options.template" from Email payload (Miroslav Bajtoš) + + * Opt-out downstream builds that are unstable (David Cheung) + + * Allow password reset request for users in realms (Bram Borggreve) + + * Add "returnOnlyRoleNames" option to Role.getRoles (Eric) + + * Fix context within listByPrincipalType role method (codyolsen) + + * Add templateFn option to User#verify() (Adrien Kiren) + + * Add options to bulkUpdate (Kogulan Baskaran) + + * Require verification after email change (Loay) + + * adding check of string for case insensitive emails (Dhaval Trivedi) + + * Fix PR template to not link all PRs to #49 (#2887) (Miroslav Bajtoš) + + 2016-10-24, Version 2.36.0 ========================== diff --git a/package.json b/package.json index 4fc7fbbd..b2d0567a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback", - "version": "2.36.1", + "version": "2.36.2", "publishConfig": { "tag": "lts" }, @@ -114,7 +114,7 @@ "config": { "ci": { "debug": "*,-mocha:*,-eslint:*", - "downstreamIgnoreList" : [ + "downstreamIgnoreList": [ "dashboard-controller", "gateway-director-management-interface" ]