Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,6 @@ All notable changes to this project will be documented in this file. | ||
## [0.4.1] - 2019-10-15 | ||
### Fixed | ||
- when data type is set to JSON, 204 No Content response without the content isn't treated as an data type mismatch | ||
## [0.4.0] - 2019-05-09 | ||
@@ -8,0 +12,0 @@ ### Changed |
@@ -437,3 +437,3 @@ "use strict"; | ||
if ("rawBody" in response) { | ||
if (response.rawBody) { | ||
throw new _errors.ResponseDataTypeMismatchError("Unexpected type of data received", { | ||
@@ -440,0 +440,0 @@ response: response, |
{ | ||
"name": "api-reach", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"repository": "https://github.com/dzek69/api-reach.git", | ||
@@ -5,0 +5,0 @@ "author": "Jacek Nowacki @dzek69 <git-public@dzek.eu>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
305122
47
2295