File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ This is a major release. Check [our upgrade guide](https://github.com/bitinn/nod
19
19
- Other: rewrite in ES2015 using Babel
20
20
- Other: use Codecov for code coverage tracking
21
21
- Other: update package.json script for npm 5
22
- - Other: ` encoding ` module is now optional
22
+ - Other: ` encoding ` module is now optional (alpha.7)
23
23
24
24
### HTTP requests
25
25
26
26
- Major: overwrite user's ` Content-Length ` if we can be sure our information is correct (per spec)
27
27
- 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)
28
29
29
30
### Response and Request classes
30
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-fetch" ,
3
- "version" : " 2.0.0-alpha.7 " ,
3
+ "version" : " 2.0.0-alpha.8 " ,
4
4
"description" : " A light-weight module that brings window.fetch to node.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"browser" : " ./browser.js" ,
You can’t perform that action at this time.
0 commit comments