- Minimal supported Node.js version is now
18.18.0
- Add a
signal
option to cancel
- Minimal supported Node.js version is now
16.17.0
- Improve tree-shaking support
- Reduce npm package size by 70%
- Reduce npm package size
- Fix some issues with file caching
- The main return value is now an array of objects instead of an array of strings
- Recently introduced TypeScript types have been renamed
- The default NPM versions of each Node.js release are now returned
- Prevent mutating cached return value
- Add TypeScript types
- Minimal supported Node.js version is now
14.18.0
- Minimal supported Node.js version is now
12.20.0
- This package is now an ES module. It can only be loaded with an
import
orimport()
statement, notrequire()
. See this post for more information.
- Fix offline mode
- The return value is now an object instead of an array
- Add information about major releases including latest version and LTS name
- Fix removing
core-js
- Cache the list of available Node.js versions for one hour
- Add
fetch
option to configure this caching - Works offline, providing it has been previously cached
- Remove
core-js
- Fix terminal color changing on Windows
- Minimal supported Node.js version is now
10.17.0
- Fix crash when Node.js binary URL is invalid
- Upgrade
fetch-node-website
to4.1.0
- Remove CLI.
- Upgrade
fetch-node-website
to4.0.0
- Fix progress bar jitter.
- Improve the appearance of the progress bar (which is not used at the moment)
- Fix a bug on non-interactive terminals
- Internal changes
- Remove the
progress
option and CLI flag.
- Change the
progress
option default value fromtrue
tofalse
. That option displays a loading spinner.
- Add
--no-progress
CLI flag to hide the loading spinner.
- Internal changes
- Fix
CTRL-C
not working
- Upgrade
fetch-node-website
- Add
mirror
option - Add
--help
and--version
CLI flags
- Improve progress messages on console
- Add alternative names for
NODE_MIRROR
:NVM_NODEJS_ORG_MIRROR
,N_NODE_MIRROR
andNODIST_NODE_MIRROR
- Add CLI
- Retry downloading the Node.js index file on network errors.
- Internal changes