Releases: ehmicky/fetch-node-website
Releases · ehmicky/fetch-node-website
Release 3.2.0
Features
- The
progress
option now displays a progress bar instead of a spinner.
Release 3.1.0
Features
- Show percentage instead of number of megabytes in spinner
Release 3.0.0
Breaking changes
- Change the
progress
option default value fromtrue
tofalse
. That option displays a loading spinner.
Release 2.3.1
Internal
- Internal changes
Release 2.3.0
Features
- Only show one spinner at once when called several times in parallel
Release 2.2.2
Bugs
- Fix CTRL-C not working
Release 2.2.1
Features
- Improve CLI spinner
Release 2.2.0
Features
- Allow mirrors to be specified via a
mirror
option.
Release 2.1.0
Features
- Improve progress messages on console
- Add alternative names for
NODE_MIRROR
:NVM_NODEJS_ORG_MIRROR
,N_NODE_MIRROR
andNODIST_NODE_MIRROR
Release 2.0.0
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
.