Skip to content

Releases: ehmicky/fetch-node-website

Release 3.2.0

01 Nov 19:12
Compare
Choose a tag to compare

Features

Release 3.1.0

23 Oct 17:13
Compare
Choose a tag to compare

Features

  • Show percentage instead of number of megabytes in spinner

Release 3.0.0

12 Oct 13:12
Compare
Choose a tag to compare

Breaking changes

  • Change the progress option default value from true to false. That option displays a loading spinner.

Release 2.3.1

24 Sep 19:45
Compare
Choose a tag to compare

Internal

  • Internal changes

Release 2.3.0

24 Sep 17:59
Compare
Choose a tag to compare

Features

  • Only show one spinner at once when called several times in parallel

Release 2.2.2

23 Sep 12:09
Compare
Choose a tag to compare

Bugs

  • Fix CTRL-C not working

Release 2.2.1

22 Sep 14:34
Compare
Choose a tag to compare

Features

  • Improve CLI spinner

Release 2.2.0

20 Sep 17:55
Compare
Choose a tag to compare

Features

  • Allow mirrors to be specified via a mirror option.

Release 2.1.0

14 Sep 09:39
Compare
Choose a tag to compare

Features

  • Improve progress messages on console
  • Add alternative names for NODE_MIRROR: NVM_NODEJS_ORG_MIRROR, N_NODE_MIRROR and NODIST_NODE_MIRROR

Release 2.0.0

29 Aug 10:27
Compare
Choose a tag to compare

2.0.0

Features

  • Retry downloading the Node.js binaries on network errors.

Breaking changes

  • The return value now resolves to a stream, not to a fetch Response.