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)
This commit is contained in:
parent
0beb5a9e9d
commit
1c1d534119
24
CHANGES.md
24
CHANGES.md
|
@ -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
|
2015-09-23, Version 2.22.2
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "2.22.2",
|
"version": "2.23.0",
|
||||||
"description": "LoopBack: Open Source Framework for Node.js",
|
"description": "LoopBack: Open Source Framework for Node.js",
|
||||||
"homepage": "http://loopback.io",
|
"homepage": "http://loopback.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -104,6 +104,6 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"sl-blip": "http://blip.strongloop.com/loopback@2.22.2"
|
"sl-blip": "http://blip.strongloop.com/loopback@2.23.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue