Skip to content

Commit 9c3d596

Browse files
committed
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š)
1 parent 18a89e5 commit 9c3d596

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CHANGES.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
2016-12-22, Version 2.36.2
2+
==========================
3+
4+
* Add option disabling periodic change rectification (kobaska)
5+
6+
* Release LTS LB2 (Simon Ho)
7+
8+
* Invalidate AccessTokens on password change (Miroslav Bajtoš)
9+
10+
* Fix registration of operation hooks in User model (Miroslav Bajtoš)
11+
12+
* Remove "options.template" from Email payload (Miroslav Bajtoš)
13+
14+
* Opt-out downstream builds that are unstable (David Cheung)
15+
16+
* Allow password reset request for users in realms (Bram Borggreve)
17+
18+
* Add "returnOnlyRoleNames" option to Role.getRoles (Eric)
19+
20+
* Fix context within listByPrincipalType role method (codyolsen)
21+
22+
* Add templateFn option to User#verify() (Adrien Kiren)
23+
24+
* Add options to bulkUpdate (Kogulan Baskaran)
25+
26+
* Require verification after email change (Loay)
27+
28+
* adding check of string for case insensitive emails (Dhaval Trivedi)
29+
30+
* Fix PR template to not link all PRs to #49 (#2887) (Miroslav Bajtoš)
31+
32+
133
2016-10-24, Version 2.36.0
234
==========================
335

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback",
3-
"version": "2.36.1",
3+
"version": "2.36.2",
44
"publishConfig": {
55
"tag": "lts"
66
},
@@ -114,7 +114,7 @@
114114
"config": {
115115
"ci": {
116116
"debug": "*,-mocha:*,-eslint:*",
117-
"downstreamIgnoreList" : [
117+
"downstreamIgnoreList": [
118118
"dashboard-controller",
119119
"gateway-director-management-interface"
120120
]

0 commit comments

Comments
 (0)