request-promise
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -10,3 +10,5 @@ 'use strict'; | ||
Error.captureStackTrace(this); | ||
if (Error.captureStackTrace) { | ||
Error.captureStackTrace(this); | ||
} | ||
@@ -24,3 +26,5 @@ } | ||
Error.captureStackTrace(this); | ||
if (Error.captureStackTrace) { | ||
Error.captureStackTrace(this); | ||
} | ||
@@ -27,0 +31,0 @@ } |
{ | ||
"name": "request-promise", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.", | ||
@@ -38,2 +38,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"body-parser": "^1.12.0", | ||
"chai": "^1.10.0", | ||
@@ -40,0 +41,0 @@ "chai-as-promised": "^4.1.1", |
@@ -400,2 +400,5 @@ <a href="http://promisesaplus.com/"> | ||
- v0.4.1 (2015-03-20) | ||
- Improved Error types to work in browsers without v8 engine | ||
*(Thanks to @nodiis for [pull request #40](https://github.com/tyabonil/request-promise/pull/40))* | ||
- v0.4.0 (2015-02-08) | ||
@@ -402,0 +405,0 @@ - Introduced Error types used for the reject reasons (See last part [this section](#rejected-promises-and-the-simple-option)) |
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
28445
154
437
11