Skip to content

Commit ec85230

Browse files
author
David Frank
committed
prepare next release, and start to take note in changelog on what each alpha release fixes
1 parent 60cf26c commit ec85230

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ This is a major release. Check [our upgrade guide](https://github.com/bitinn/nod
1919
- Other: rewrite in ES2015 using Babel
2020
- Other: use Codecov for code coverage tracking
2121
- Other: update package.json script for npm 5
22-
- Other: `encoding` module is now optional
22+
- Other: `encoding` module is now optional (alpha.7)
2323

2424
### HTTP requests
2525

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

2930
### Response and Request classes
3031

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.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
44
"description": "A light-weight module that brings window.fetch to node.js",
55
"main": "lib/index.js",
66
"browser": "./browser.js",

0 commit comments

Comments
 (0)