Skip to content

Commit

Permalink
2.23.0
Browse files Browse the repository at this point in the history
 * lib/registry: fix findModel for model ctor (Miroslav Bajtoš)
 * Refer to licenses with a link (Sam Roberts)
 * Fix user.resetPassword to fail on email not found (Simo Moujami)
 * Fix typo in doc comment (Rand McKinney)
 * Do not include redundant ports in verify links (Samuel Gaus)
 * Set application's id property only if it's empty. (wusuopu)
 * Check configs for shared method settings (Simon Ho)
 * Add test fixtures for shared methods (Simon Ho)
 * Clean up .jshintrc (Simon Ho)
 * Update comment about user ACL to reflect implementation (Felipe Oliveira Carvalho)
  • Loading branch information
Miroslav Bajtoš committed Nov 9, 2015
1 parent 0beb5a9 commit 1c1d534
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2015-11-09, Version 2.23.0
==========================

* lib/registry: fix findModel for model ctor (Miroslav Bajtoš)

* Refer to licenses with a link (Sam Roberts)

* Fix user.resetPassword to fail on email not found (Simo Moujami)

* Fix typo in doc comment (Rand McKinney)

* Do not include redundant ports in verify links (Samuel Gaus)

* Set application's id property only if it's empty. (wusuopu)

* Check configs for shared method settings (Simon Ho)

* Add test fixtures for shared methods (Simon Ho)

* Clean up .jshintrc (Simon Ho)

* Update comment about user ACL to reflect implementation (Felipe Oliveira Carvalho)


2015-09-23, Version 2.22.2
==========================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "2.22.2",
"version": "2.23.0",
"description": "LoopBack: Open Source Framework for Node.js",
"homepage": "http://loopback.io",
"keywords": [
Expand Down Expand Up @@ -104,6 +104,6 @@
},
"license": "MIT",
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback@2.22.2"
"sl-blip": "http://blip.strongloop.com/loopback@2.23.0"
}
}

0 comments on commit 1c1d534

Please sign in to comment.