- Minimal supported Node.js version is now
18.18.0
- Add a
files
option to target specific files, such as"/path/to/.nvmrc"
. - Export the list of searched files as
NODE_VERSION_FILES
- Add a
signal
option to cancel
- Minimal supported Node.js version is now
16.17.0
- Clarify order in which files and environment variables are searched
- Improve tree-shaking support
- Improve options validation
- Reduce npm package size by 67%
- Reduce npm package size
- Add TypeScript types
- Upgrade
node-version-alias
- Minimal supported Node.js version is now
14.18.0
- The
cwd
option can now be afile:
URL
- 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.
- Add
global
option
- Upgrade
node-version-alias