Skip to content

Commit c52ab29

Browse files
author
Miroslav Bajtoš
committed
Merge tag 'v2.8.8'
2.8.8 * Fix context middleware to preserve domains (Pham Anh Tuan) * Additional password reset unit tests for API and REST - #944 (Ron Edgecomb) * Small formatting update to have consistency with identical logic in other areas. - #944 (Ron Edgecomb) * Simplify the API test for invalidCredentials (removed create), move above REST calls for better grouping of tests - #944 (Ron Edgecomb) * Force request to send body as string, this ensures headers aren't automatically set to application/json - #944 (Ron Edgecomb) * Ensure error checking logic is in place for all REST calls, expand formatting for consistency with existing instances. - #944 (Ron Edgecomb) * Correct invalidCredentials so that it differs from validCredentialsEmailVerified, unit test now passes as desired. - #944 (Ron Edgecomb) * Update to demonstrate unit test is actually failing due to incorrect values of invalidCredentials - #944 (Ron Edgecomb) * fix jscs warning (Clark Wang) * fix nestRemoting is nesting hooks from other relations (Clark Wang)
2 parents 989abf6 + 0417e27 commit c52ab29

File tree

2 files changed

+36
-22
lines changed

2 files changed

+36
-22
lines changed

CHANGES.md

Lines changed: 34 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2015-01-07, Version 2.8.8
2+
=========================
3+
4+
* Fix context middleware to preserve domains (Pham Anh Tuan)
5+
6+
* Additional password reset unit tests for API and REST - strongloop/loopback#944 (Ron Edgecomb)
7+
8+
* Small formatting update to have consistency with identical logic in other areas. - strongloop/loopback#944 (Ron Edgecomb)
9+
10+
* Simplify the API test for invalidCredentials (removed create), move above REST calls for better grouping of tests - strongloop/loopback#944 (Ron Edgecomb)
11+
12+
* Force request to send body as string, this ensures headers aren't automatically set to application/json - strongloop/loopback#944 (Ron Edgecomb)
13+
14+
* Ensure error checking logic is in place for all REST calls, expand formatting for consistency with existing instances. - strongloop/loopback#944 (Ron Edgecomb)
15+
16+
* Correct invalidCredentials so that it differs from validCredentialsEmailVerified, unit test now passes as desired. - strongloop/loopback#944 (Ron Edgecomb)
17+
18+
* Update to demonstrate unit test is actually failing due to incorrect values of invalidCredentials - strongloop/loopback#944 (Ron Edgecomb)
19+
20+
* fix jscs warning (Clark Wang)
21+
22+
* fix nestRemoting is nesting hooks from other relations (Clark Wang)
23+
24+
125
2015-01-06, Version 2.8.7
226
=========================
327

@@ -671,6 +695,10 @@
671695

672696
* Enhance the error message (Raymond Feng)
673697

698+
699+
2014-07-16, Version 2.0.0-beta7
700+
===============================
701+
674702
* Bump version (Raymond Feng)
675703

676704
* 2.0.0-beta6 (Miroslav Bajtoš)
@@ -811,13 +839,6 @@
811839
2014-07-16, Version 1.10.0
812840
==========================
813841

814-
815-
816-
2014-07-16, Version 2.0.0-beta7
817-
===============================
818-
819-
* Bump version (Raymond Feng)
820-
821842
* Remove unused dep (Raymond Feng)
822843

823844
* Bump version and update deps (Raymond Feng)
@@ -1264,14 +1285,6 @@
12641285

12651286
* 2.0.0-beta1 (Ritchie Martori)
12661287

1267-
* Bump version (Raymond Feng)
1268-
1269-
* Add postgresql to the keywords (Raymond Feng)
1270-
1271-
* updated package.json with SOAP and framework keywords (altsang)
1272-
1273-
* updated package.json with keywords and updated description (Raymond Feng)
1274-
12751288
* Make app.datasources unique per app instance (Miroslav Bajtoš)
12761289

12771290
* Add RC version (Ritchie Martori)
@@ -1337,11 +1350,6 @@
13371350
* Add Change model (Ritchie Martori)
13381351

13391352

1340-
2014-05-27, Version 1.8.4
1341-
=========================
1342-
1343-
1344-
13451353
2014-05-27, Version 1.8.5
13461354
=========================
13471355

@@ -1353,8 +1361,14 @@
13531361

13541362
* updated package.json with keywords and updated description (Raymond Feng)
13551363

1364+
1365+
2014-05-27, Version 1.8.4
1366+
=========================
1367+
13561368
* Add more keywords (Raymond Feng)
13571369

1370+
* Bump version (Raymond Feng)
1371+
13581372
* app: flatten model config (Miroslav Bajtoš)
13591373

13601374
* Fix the test for mocha 1.19.0 (Raymond Feng)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback",
3-
"version": "2.8.7",
3+
"version": "2.8.8",
44
"description": "LoopBack: Open Source Framework for Node.js",
55
"homepage": "http://loopback.io",
66
"keywords": [
@@ -102,6 +102,6 @@
102102
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
103103
},
104104
"optionalDependencies": {
105-
"sl-blip": "http://blip.strongloop.com/[email protected].7"
105+
"sl-blip": "http://blip.strongloop.com/[email protected].8"
106106
}
107107
}

0 commit comments

Comments
 (0)