This commit is contained in:
Timothy Gu 2018-07-22 14:31:00 -07:00
parent 1d4ab5a0de
commit 09ef40e8a8
2 changed files with 10 additions and 1 deletions

View File

@ -5,6 +5,15 @@ Changelog
# 2.x release
## v2.2.0
- Enhance: Support all `ArrayBuffer` view types
- Enhance: Support Web Workers
- Enhance: Support Node.js' `--experimental-modules` mode; deprecate `.es.js` file
- Fix: Add `__esModule` property to the exports object
- Other: Better example in README for writing response to a file
- Other: More tests for Agent
## v2.1.2
- Fix: allow `Body` methods to work on `ArrayBuffer`-backed `Body` objects

View File

@ -1,6 +1,6 @@
{
"name": "node-fetch",
"version": "2.1.2",
"version": "2.2.0",
"description": "A light-weight module that brings window.fetch to node.js",
"main": "lib/index",
"browser": "./browser.js",