Skip to content

Commit 45284c3

Browse files
committed
2.38.1
* Fix User.verify to convert uid to string (phairow) * Configure Travis CI to cache phantomjs binaries (Miroslav Bajtoš) * Improve "filter" arg description (Raymond Camden) * Fix creation of verification links (Miroslav Bajtoš) * Include link to docs in logoutSessions warning (Miroslav Bajtoš) * Fix detection of logoutSessionsOnSensitiveChanges (Miroslav Bajtoš) * Preserve sessions on User.save() making no changes (Miroslav Bajtoš) * Remove unused dependencies (Miroslav Bajtoš) * Fix logout to handle no or missing accessToken (Ritchie Martori) * Use English when running Mocha tests (Miroslav Bajtoš) * Role model: resolves related models by name (Benjamin Kroeger) * Fix User methods to use correct Primary Key (Aris Kemper)
1 parent 989c3bb commit 45284c3

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2017-03-13, Version 2.38.1
2+
==========================
3+
4+
* Fix User.verify to convert uid to string (phairow)
5+
6+
* Configure Travis CI to cache phantomjs binaries (Miroslav Bajtoš)
7+
8+
* Improve "filter" arg description (Raymond Camden)
9+
10+
* Fix creation of verification links (Miroslav Bajtoš)
11+
12+
* Include link to docs in logoutSessions warning (Miroslav Bajtoš)
13+
14+
* Fix detection of logoutSessionsOnSensitiveChanges (Miroslav Bajtoš)
15+
16+
* Preserve sessions on User.save() making no changes (Miroslav Bajtoš)
17+
18+
* Remove unused dependencies (Miroslav Bajtoš)
19+
20+
* Fix logout to handle no or missing accessToken (Ritchie Martori)
21+
22+
* Use English when running Mocha tests (Miroslav Bajtoš)
23+
24+
* Role model: resolves related models by name (Benjamin Kroeger)
25+
26+
* Fix User methods to use correct Primary Key (Aris Kemper)
27+
28+
129
2017-01-20, Version 2.38.0
230
==========================
331

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.38.0",
3+
"version": "2.38.1",
44
"publishConfig": {
55
"tag": "lts"
66
},

0 commit comments

Comments
 (0)