Releases: jorgebucaran/nvm.fish
Releases · jorgebucaran/nvm.fish
1.1.0
- Switch to
main
as the new default branch.
- Rename to
nvm.fish
.
- No breaking changes.
1.0.2
- Use arm64 cpu package for aarch64 via (#109).
1.0.1
- Don't break if an alias (codename assigned to pair-numbered Node.js releases) is missing from the index.tab file (#84).
1.0.0
- Filter available versions using
nvm ls <regex>
(#76).
- Rewrite and fix all the bugs (#75).
- Remove buggy menu.
- Remove automatic version switching.
- Remove
rm
command.
- Fix a bug when fetching the index the first time (#51).
- Find the nearest
.nvmrc
file, traversing the directory tree upwards from the current working directory (#45).
- Improve
.nvmrc
support.
- Node code name support (#60).