Skip to content

Commit dc2b653

Browse files
committed
2.37.0
* Emit resetPasswordRequest event with options (Sergey Reus) * Fix false emailVerified on user model update (박대선) * Add new flag injectOptionsFromRemoteContext (Miroslav Bajtoš) * Contextify DAO and relation methods (Miroslav Bajtoš) * Implement new http arg mapping optionsFromRequest (Miroslav Bajtoš) * Fix package.json CI downstreamIgnoreList nesting (David Cheung)
1 parent f64721a commit dc2b653

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGES.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
2016-12-22, Version 2.36.2
1+
2017-01-09, Version 2.37.0
2+
==========================
3+
4+
* Emit resetPasswordRequest event with options (Sergey Reus)
5+
6+
* Fix false emailVerified on user model update (박대선)
7+
8+
* Add new flag injectOptionsFromRemoteContext (Miroslav Bajtoš)
9+
10+
* Contextify DAO and relation methods (Miroslav Bajtoš)
11+
12+
* Implement new http arg mapping optionsFromRequest (Miroslav Bajtoš)
13+
14+
* Fix package.json CI downstreamIgnoreList nesting (David Cheung)
15+
16+
17+
2016-12-21, Version 2.36.2
218
==========================
319

420
* Add option disabling periodic change rectification (kobaska)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback",
3-
"version": "2.36.2",
3+
"version": "2.37.0",
44
"publishConfig": {
55
"tag": "lts"
66
},

0 commit comments

Comments
 (0)