aboutsummaryrefslogtreecommitdiff
path: root/node_modules/node-fetch/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-fetch/CHANGELOG.md')
-rw-r--r--node_modules/node-fetch/CHANGELOG.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/node_modules/node-fetch/CHANGELOG.md b/node_modules/node-fetch/CHANGELOG.md
index 24cf5f8c4..ea8ebe71c 100644
--- a/node_modules/node-fetch/CHANGELOG.md
+++ b/node_modules/node-fetch/CHANGELOG.md
@@ -5,9 +5,17 @@ Changelog
# 1.x release
-## v1.7.0
+(Note: `1.x` will only have backported bugfix releases beyond `1.7.0`)
+
+## v1.7.2
+
+- Fix: when using node-fetch with test framework such as `jest`, `instanceof` check could fail in `Headers` class. This is causing some header values, such as `set-cookie`, to be dropped incorrectly.
-(Note: this is a maintenance release, `1.x` will only have backported bugfix beyond this release.)
+## v1.7.1
+
+- Fix: close local test server properly under Node 8.
+
+## v1.7.0
- Fix: revert change in `v1.6.2` where 204 no-content response is handled with a special case, this conflicts with browser Fetch implementation (as browsers always throw when res.json() parses an empty string). Since this is an operational error, it's wrapped in a `FetchError` for easier error handling.
- Fix: move code coverage tool to codecov platform and update travis config