* 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)
This commit is contained in:
Miroslav Bajtoš 2015-11-09 16:17:19 +01:00
parent 0beb5a9e9d
commit 1c1d534119
2 changed files with 26 additions and 2 deletions

View File

@ -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
==========================

View File

@ -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": [
@ -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"
}
}