Skip to content

Commit

Permalink
V2 alpha.6 (#313)
Browse files Browse the repository at this point in the history
2.0.0-alpha.6

* changelog update for new release
* version bump
  • Loading branch information
bitinn committed Jul 21, 2017
1 parent 432cd8a commit 2b359c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This is a major release. Check [our upgrade guide](https://github.com/bitinn/nod
- Other: rewrite in ES2015 using Babel
- Other: use Codecov for code coverage tracking
- Other: update package.json script for npm 5
- Other: `encoding` module is now optional

### HTTP requests

Expand All @@ -33,6 +34,8 @@ This is a major release. Check [our upgrade guide](https://github.com/bitinn/nod
- Major: throw error when a `GET` or `HEAD` Request is constructed with a non-null body (per spec)
- Enhance: add `response.arrayBuffer()` (also applies to Requests)
- Enhance: add experimental `response.blob()` (also applies to Requests)
- Enhance: `URLSearchParams` is now accepted as a body
- Enhance: wrap `response.json()` json parsing error as `FetchError`
- Fix: fix Request and Response with `null` body

### Headers class
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-fetch",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "A light-weight module that brings window.fetch to node.js",
"main": "lib/index.js",
"browser": "./browser.js",
Expand Down

0 comments on commit 2b359c1

Please sign in to comment.