github sindresorhus/got v10.0.0-alpha.3

latest releases: v14.2.1, v14.2.0, v14.1.0...
pre-release4 years ago

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

Don't miss a new got release

NewReleases is sending notifications on new releases.