request-promise
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "request-promise", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.", | ||
@@ -54,2 +54,5 @@ "keywords": [ | ||
}, | ||
"peerDependencies": { | ||
"continuation-local-storage": "~3" | ||
}, | ||
"engines": { | ||
@@ -56,0 +59,0 @@ "node": ">=0.10.0" |
@@ -517,5 +517,8 @@ <a href="http://promisesaplus.com/"> | ||
- 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 | ||
*(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. | ||
- For HEAD requests the headers instead of an empty body is returned (unless `resolveWithFullResponse = true` is used) | ||
@@ -522,0 +525,0 @@ *(Thanks to @zcei for proposing the change in [issue #58](https://github.com/request/request-promise/issues/58))* |
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
28744
560
5