Releases: ehmicky/normalize-node-version
Releases · ehmicky/normalize-node-version
Release 11.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
importorimport()statement, notrequire(). See this post for more information.
Release 10.0.0
Breaking changes
- Remove aliases support (like
latest): please usenode-version-aliasorpreferred-node-versioninstead. - Remove
cwdoption
Release 9.0.1
Dependencies
- Upgrade
all-node-versions
Release 9.0.0
Breaking changes
- Rename
*alias tolatestorl - Rename
.alias tocurrentorc - Remove
_alias
Release 8.0.1
Dependencies
- Fix removing
core-js
Release 8.0.0
Breaking changes
- Replace the
cacheoption with the more advancedfetchoption
Release 7.1.0
Features
- Can use the
_alias to refer to the current process's Node.js version - Can use the
.alias to refer to the current project's Node.js version using its.nvmrc,.node-versionor.naverc. The current directory can be changed using thecwdoption.
Release 7.0.1
Bug fixes
- Fix terminal color changing on Windows
Release 7.0.0
Breaking changes
- Minimal supported Node.js version is now
10.17.0
Release 6.1.2
Bug fixes
- Fix crash when Node.js binary URL is invalid