Comparing version 0.5.0 to 0.6.0-beta.1
@@ -6,2 +6,6 @@ All notable changes to this project will be documented in this file. | ||
## [0.6.0] - 2020-03-01 | ||
### Added | ||
- binary/buffer/raw mode | ||
## [0.5.0] - 2020-02-19 | ||
@@ -8,0 +12,0 @@ ### Added |
@@ -36,2 +36,9 @@ "use strict"; | ||
if (type === "raw") { | ||
return { | ||
body: await response.buffer(), | ||
type: type | ||
}; | ||
} | ||
return { | ||
@@ -38,0 +45,0 @@ body: null, |
{ | ||
"name": "api-reach", | ||
"version": "0.5.0", | ||
"version": "0.6.0-beta.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
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
1386555
2157