File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ Changelog
5
5
6
6
# 2.x release
7
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
+
8
17
## v2.1.2
9
18
10
19
- Fix: allow ` Body ` methods to work on ` ArrayBuffer ` -backed ` Body ` objects
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-fetch" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 2.2.0 " ,
4
4
"description" : " A light-weight module that brings window.fetch to node.js" ,
5
5
"main" : " lib/index" ,
6
6
"browser" : " ./browser.js" ,
You can’t perform that action at this time.
0 commit comments