|
| 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 | + |
1 | 25 | 2015-01-06, Version 2.8.7
|
2 | 26 | =========================
|
3 | 27 |
|
|
671 | 695 |
|
672 | 696 | * Enhance the error message (Raymond Feng)
|
673 | 697 |
|
| 698 | + |
| 699 | +2014-07-16, Version 2.0.0-beta7 |
| 700 | +=============================== |
| 701 | + |
674 | 702 | * Bump version (Raymond Feng)
|
675 | 703 |
|
676 | 704 | * 2.0.0-beta6 (Miroslav Bajtoš)
|
|
811 | 839 | 2014-07-16, Version 1.10.0
|
812 | 840 | ==========================
|
813 | 841 |
|
814 |
| - |
815 |
| - |
816 |
| -2014-07-16, Version 2.0.0-beta7 |
817 |
| -=============================== |
818 |
| - |
819 |
| - * Bump version (Raymond Feng) |
820 |
| - |
821 | 842 | * Remove unused dep (Raymond Feng)
|
822 | 843 |
|
823 | 844 | * Bump version and update deps (Raymond Feng)
|
|
1264 | 1285 |
|
1265 | 1286 | * 2.0.0-beta1 (Ritchie Martori)
|
1266 | 1287 |
|
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 |
| - |
1275 | 1288 | * Make app.datasources unique per app instance (Miroslav Bajtoš)
|
1276 | 1289 |
|
1277 | 1290 | * Add RC version (Ritchie Martori)
|
|
1337 | 1350 | * Add Change model (Ritchie Martori)
|
1338 | 1351 |
|
1339 | 1352 |
|
1340 |
| -2014-05-27, Version 1.8.4 |
1341 |
| -========================= |
1342 |
| - |
1343 |
| - |
1344 |
| - |
1345 | 1353 | 2014-05-27, Version 1.8.5
|
1346 | 1354 | =========================
|
1347 | 1355 |
|
|
1353 | 1361 |
|
1354 | 1362 | * updated package.json with keywords and updated description (Raymond Feng)
|
1355 | 1363 |
|
| 1364 | + |
| 1365 | +2014-05-27, Version 1.8.4 |
| 1366 | +========================= |
| 1367 | + |
1356 | 1368 | * Add more keywords (Raymond Feng)
|
1357 | 1369 |
|
| 1370 | + * Bump version (Raymond Feng) |
| 1371 | + |
1358 | 1372 | * app: flatten model config (Miroslav Bajtoš)
|
1359 | 1373 |
|
1360 | 1374 | * Fix the test for mocha 1.19.0 (Raymond Feng)
|
|
0 commit comments