Skip to content

Latest commit

 

History

History
246 lines (132 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

246 lines (132 loc) · 3.51 KB

13.0.0

Breaking changes

  • Minimal supported Node.js version is now 18.18.0

12.1.0

Features

12.0.0

Breaking changes

  • Minimal supported Node.js version is now 16.17.0

11.3.0

Features

  • Improve tree-shaking support

11.2.0

Features

  • Reduce npm package size by 70%

11.1.0

Features

  • Reduce npm package size

11.0.1

Bug fixes

  • Fix some issues with file caching

11.0.0

Breaking changes

Features

  • The default NPM versions of each Node.js release are now returned

10.1.1

Bug fixes

  • Prevent mutating cached return value

10.1.0

Features

  • Add TypeScript types

10.0.0

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

9.0.0

Breaking changes

  • 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 or import() statement, not require(). See this post for more information.

Bug fixes

  • Fix offline mode

8.0.0

Breaking changes

Features

  • Add information about major releases including latest version and LTS name

7.0.1

Dependencies

  • Fix removing core-js

7.0.0

Features

  • 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

Dependencies

  • Remove core-js

6.0.1

Bug fixes

  • Fix terminal color changing on Windows

6.0.0

Breaking changes

  • Minimal supported Node.js version is now 10.17.0

5.0.2

Bug fixes

  • Fix crash when Node.js binary URL is invalid

5.0.1

Dependencies

  • Upgrade fetch-node-website to 4.1.0

5.0.0

Breaking changes

  • Remove CLI.

4.1.0

Dependencies

  • Upgrade fetch-node-website to 4.0.0

4.0.4

Bug fixes

  • Fix progress bar jitter.

4.0.3

Internal

  • Improve the appearance of the progress bar (which is not used at the moment)

4.0.2

Bug fixes

  • Fix a bug on non-interactive terminals

4.0.1

Internal

  • Internal changes

4.0.0

Breaking changes

  • Remove the progress option and CLI flag.

3.0.0

Breaking changes

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

Features

2.3.3

Internal

  • Internal changes

2.3.2

Bugs

  • Fix CTRL-C not working

2.3.1

Dependencies

  • Upgrade fetch-node-website

2.3.0

Features

2.2.0

Features

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

2.1.0

Features

  • Add CLI

2.0.0

Features

  • Retry downloading the Node.js index file on network errors.

1.0.1

Internal

  • Internal changes