request-promise
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "request-promise", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.", | ||
@@ -54,5 +54,2 @@ "keywords": [ | ||
}, | ||
"peerDependencies": { | ||
"continuation-local-storage": "~3" | ||
}, | ||
"engines": { | ||
@@ -59,0 +56,0 @@ "node": ">=0.10.0" |
@@ -517,8 +517,11 @@ <a href="http://promisesaplus.com/"> | ||
- v1.0.2 (2015-10-22) | ||
- Removed continuation-local-storage from peer dependencies as it was unnecessary | ||
*(Thanks to @mrhyde for working on a better solution discussed in [issue #70](https://github.com/request/request-promise/issues/70))* | ||
- v1.0.1 (2015-10-14) | ||
- Fixed a npm warning by marking continuation-local-storage as a peer dependency | ||
- v1.0.0 (2015-10-11) | ||
- **Braking Change**: Some errors that were previously thrown synchronously - e.g. for wrong input parameters - are now passed to the rejected promise instead | ||
- **Breaking Change**: Some errors that were previously thrown synchronously - e.g. for wrong input parameters - are now passed to the rejected promise instead | ||
*(Thanks to @josnidhin for suggesting that in [issue #43](https://github.com/request/request-promise/issues/43))* | ||
- **Braking Change**: Request-Promise does not load its own Bluebird prototype anymore. If you use Bluebird in your project and altered the prototype then Request-Promise may use your altered Blurbird prototype internally. | ||
- **Breaking Change**: Request-Promise does not load its own Bluebird prototype anymore. If you use Bluebird in your project and altered the prototype then Request-Promise may use your altered Blurbird prototype internally. | ||
- For HEAD requests the headers instead of an empty body is returned (unless `resolveWithFullResponse = true` is used) | ||
@@ -544,3 +547,3 @@ *(Thanks to @zcei for proposing the change in [issue #58](https://github.com/request/request-promise/issues/58))* | ||
*(Thanks to @jakecraige for starting the discussion in [issue #38](https://github.com/request/request-promise/issues/38))* | ||
- **Minor Braking Change:** The reject reason objects became actual Error objects. However, `typeof reason === 'object'` still holds true and the error objects have the same properties as the previous reason objects. If the reject handler only accesses the properties on the reason object - which is usually the case - no migration is required. | ||
- **Minor Breaking Change:** The reject reason objects became actual Error objects. However, `typeof reason === 'object'` still holds true and the error objects have the same properties as the previous reason objects. If the reject handler only accesses the properties on the reason object - which is usually the case - no migration is required. | ||
- Added io.js and node.js 0.12 to the Travis CI build | ||
@@ -547,0 +550,0 @@ - v0.3.3 (2015-01-19) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28927
4
563