Skip to content

Commit

Permalink
Merge pull request #319 from bitinn/v2-alpha-8
Browse files Browse the repository at this point in the history
prepare next release (alpha.8)
  • Loading branch information
bitinn committed Jul 26, 2017
2 parents 60cf26c + ec85230 commit 863449d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ 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
- Other: `encoding` module is now optional (alpha.7)

### HTTP requests

- Major: overwrite user's `Content-Length` if we can be sure our information is correct (per spec)
- Fix: support WHATWG URL objects, created by `whatwg-url` package or `require('url').URL` in Node.js 7+
- Fix: a regression in older v2 build where `index.es.js` doesn't require https module, causing HTTPS request to fail (alpha.8)

### Response and Request classes

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.7",
"version": "2.0.0-alpha.8",
"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 863449d

Please sign in to comment.