v2.8.8
This commit is contained in:
parent
989abf6822
commit
fc60222569
54
CHANGES.md
54
CHANGES.md
|
@ -1,3 +1,27 @@
|
||||||
|
2015-01-07, Version 2.8.8
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Fix context middleware to preserve domains (Pham Anh Tuan)
|
||||||
|
|
||||||
|
* Additional password reset unit tests for API and REST - strongloop/loopback#944 (Ron Edgecomb)
|
||||||
|
|
||||||
|
* Small formatting update to have consistency with identical logic in other areas. - strongloop/loopback#944 (Ron Edgecomb)
|
||||||
|
|
||||||
|
* Simplify the API test for invalidCredentials (removed create), move above REST calls for better grouping of tests - strongloop/loopback#944 (Ron Edgecomb)
|
||||||
|
|
||||||
|
* Force request to send body as string, this ensures headers aren't automatically set to application/json - strongloop/loopback#944 (Ron Edgecomb)
|
||||||
|
|
||||||
|
* Ensure error checking logic is in place for all REST calls, expand formatting for consistency with existing instances. - strongloop/loopback#944 (Ron Edgecomb)
|
||||||
|
|
||||||
|
* Correct invalidCredentials so that it differs from validCredentialsEmailVerified, unit test now passes as desired. - strongloop/loopback#944 (Ron Edgecomb)
|
||||||
|
|
||||||
|
* Update to demonstrate unit test is actually failing due to incorrect values of invalidCredentials - strongloop/loopback#944 (Ron Edgecomb)
|
||||||
|
|
||||||
|
* fix jscs warning (Clark Wang)
|
||||||
|
|
||||||
|
* fix nestRemoting is nesting hooks from other relations (Clark Wang)
|
||||||
|
|
||||||
|
|
||||||
2015-01-06, Version 2.8.7
|
2015-01-06, Version 2.8.7
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
@ -671,6 +695,10 @@
|
||||||
|
|
||||||
* Enhance the error message (Raymond Feng)
|
* Enhance the error message (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
|
2014-07-16, Version 2.0.0-beta7
|
||||||
|
===============================
|
||||||
|
|
||||||
* Bump version (Raymond Feng)
|
* Bump version (Raymond Feng)
|
||||||
|
|
||||||
* 2.0.0-beta6 (Miroslav Bajtoš)
|
* 2.0.0-beta6 (Miroslav Bajtoš)
|
||||||
|
@ -811,13 +839,6 @@
|
||||||
2014-07-16, Version 1.10.0
|
2014-07-16, Version 1.10.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2014-07-16, Version 2.0.0-beta7
|
|
||||||
===============================
|
|
||||||
|
|
||||||
* Bump version (Raymond Feng)
|
|
||||||
|
|
||||||
* Remove unused dep (Raymond Feng)
|
* Remove unused dep (Raymond Feng)
|
||||||
|
|
||||||
* Bump version and update deps (Raymond Feng)
|
* Bump version and update deps (Raymond Feng)
|
||||||
|
@ -1264,14 +1285,6 @@
|
||||||
|
|
||||||
* 2.0.0-beta1 (Ritchie Martori)
|
* 2.0.0-beta1 (Ritchie Martori)
|
||||||
|
|
||||||
* Bump version (Raymond Feng)
|
|
||||||
|
|
||||||
* Add postgresql to the keywords (Raymond Feng)
|
|
||||||
|
|
||||||
* updated package.json with SOAP and framework keywords (altsang)
|
|
||||||
|
|
||||||
* updated package.json with keywords and updated description (Raymond Feng)
|
|
||||||
|
|
||||||
* Make app.datasources unique per app instance (Miroslav Bajtoš)
|
* Make app.datasources unique per app instance (Miroslav Bajtoš)
|
||||||
|
|
||||||
* Add RC version (Ritchie Martori)
|
* Add RC version (Ritchie Martori)
|
||||||
|
@ -1337,11 +1350,6 @@
|
||||||
* Add Change model (Ritchie Martori)
|
* Add Change model (Ritchie Martori)
|
||||||
|
|
||||||
|
|
||||||
2014-05-27, Version 1.8.4
|
|
||||||
=========================
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2014-05-27, Version 1.8.5
|
2014-05-27, Version 1.8.5
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
@ -1353,8 +1361,14 @@
|
||||||
|
|
||||||
* updated package.json with keywords and updated description (Raymond Feng)
|
* updated package.json with keywords and updated description (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
|
2014-05-27, Version 1.8.4
|
||||||
|
=========================
|
||||||
|
|
||||||
* Add more keywords (Raymond Feng)
|
* Add more keywords (Raymond Feng)
|
||||||
|
|
||||||
|
* Bump version (Raymond Feng)
|
||||||
|
|
||||||
* app: flatten model config (Miroslav Bajtoš)
|
* app: flatten model config (Miroslav Bajtoš)
|
||||||
|
|
||||||
* Fix the test for mocha 1.19.0 (Raymond Feng)
|
* Fix the test for mocha 1.19.0 (Raymond Feng)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "2.8.7",
|
"version": "2.8.8",
|
||||||
"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": [
|
||||||
|
@ -102,6 +102,6 @@
|
||||||
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"sl-blip": "http://blip.strongloop.com/loopback@2.8.7"
|
"sl-blip": "http://blip.strongloop.com/loopback@2.8.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue