Skip to content

Commit

Permalink
2.38.1
Browse files Browse the repository at this point in the history
 * 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)
  • Loading branch information
bajtos committed Mar 13, 2017
1 parent 989c3bb commit 45284c3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
2017-03-13, Version 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)


2017-01-20, Version 2.38.0
==========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "2.38.0",
"version": "2.38.1",
"publishConfig": {
"tag": "lts"
},
Expand Down

0 comments on commit 45284c3

Please sign in to comment.