Skip to content

v10.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 01 Nov 19:59

While this is an alpha release, the code is well-tested and fairly stable. We encourage you to test it out and report any issues.

$ npm install got@10.0.0-alpha.3.2

Note the .2 at the end

Make sure you also read the alpha.1 and alpha.2 release notes.

Changes in alpha.3:

Breaking

  • Require Node.js 10 633651f
    This is so that we can use stream.pipeline for more reliable stream handling. Node.js 8 will be out of LTS in a month anyway.

Enhancements

Fixes

  • Fix Stream.pipeline(...) usage and properly detect aborted requests (#908) abd95a3
  • Fix TypeScript definition for projects not using the DOM types (#893) 3a0e4f4

v10.0.0-alpha.2...v10.0.0-alpha.3