Skip to content

Commit 09ef40e

Browse files
committed
2.2.0
1 parent 1d4ab5a commit 09ef40e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Changelog
55

66
# 2.x release
77

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+
817
## v2.1.2
918

1019
- Fix: allow `Body` methods to work on `ArrayBuffer`-backed `Body` objects

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-fetch",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "A light-weight module that brings window.fetch to node.js",
55
"main": "lib/index",
66
"browser": "./browser.js",

0 commit comments

Comments
 (0)