We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4ab5a commit 09ef40eCopy full SHA for 09ef40e
CHANGELOG.md
@@ -5,6 +5,15 @@ Changelog
5
6
# 2.x release
7
8
+## v2.2.0
9
+
10
+- Enhance: Support all `ArrayBuffer` view types
11
+- Enhance: Support Web Workers
12
+- Enhance: Support Node.js' `--experimental-modules` mode; deprecate `.es.js` file
13
+- Fix: Add `__esModule` property to the exports object
14
+- Other: Better example in README for writing response to a file
15
+- Other: More tests for Agent
16
17
## v2.1.2
18
19
- Fix: allow `Body` methods to work on `ArrayBuffer`-backed `Body` objects
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-fetch",
3
- "version": "2.1.2",
+ "version": "2.2.0",
4
"description": "A light-weight module that brings window.fetch to node.js",
"main": "lib/index",
"browser": "./browser.js",
0 commit comments