Merge tag 'v2.10.0'
2.10.0 * Revert the peer dep change to avoid npm complaints (Raymond Feng) * Update strong-remoting dep (Raymond Feng) * Allow accessType per remote method (Raymond Feng) * API and REST tests added to ensure complete and valid credentials are supplied for verified error message to be returned - tests added as suggested and fail under previous version of User model - strongloop/loopback#931 (Ron Edgecomb) * Require valid login credentials before verified email check. - strongloop/loopback#931. (Ron Edgecomb)
This commit is contained in:
commit
8de3c31c9b
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
|||
2015-01-08, Version 2.10.0
|
||||
==========================
|
||||
|
||||
* Revert the peer dep change to avoid npm complaints (Raymond Feng)
|
||||
|
||||
* Update strong-remoting dep (Raymond Feng)
|
||||
|
||||
* Allow accessType per remote method (Raymond Feng)
|
||||
|
||||
* API and REST tests added to ensure complete and valid credentials are supplied for verified error message to be returned - tests added as suggested and fail under previous version of User model - strongloop/loopback#931 (Ron Edgecomb)
|
||||
|
||||
* Require valid login credentials before verified email check. - strongloop/loopback#931. (Ron Edgecomb)
|
||||
|
||||
|
||||
2015-01-07, Version 2.9.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "2.9.0",
|
||||
"version": "2.10.0",
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
@ -102,6 +102,6 @@
|
|||
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.9.0"
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.10.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue