Releases: jorgebucaran/nvm.fish
Releases · jorgebucaran/nvm.fish
2.2.6
2.2.5
- Introduce new
nvm_arch
variable (#156).- This lets you override the binary architecture when downloading unofficially binaries for systems compiled with certain libraries, e.g.,
musl
instead oflibc
on Alpine.
- This lets you override the binary architecture when downloading unofficially binaries for systems compiled with certain libraries, e.g.,
- Use darwin-arm64 binary for Node >= 16 (#158, #159).
- Node.js 16 is the first release to ship prebuilt binaries for Apple Silicon.
- Document
$nvm_mirror
(#157).
2.2.4
2.2.3
2.2.2
2.2.0
2.1.0
- Use
$nvm_default_version
only if we're interactive. - Use
process.execPath
to find Node's path name. - Display correct node location on
nvm uninstall
.
2.0.1
2.0.0
- Rewrite for Fish 3.0 (#122). 💯
- More consistent command-line interface (#81, #111).
- Fix long-standing issues (#101, #112)
- Switching versions only last for the lifetime of the current shell.
- Use the new
nvm_default_version
variable to persist a version universally.
- Correct XDG support (#108).
- Switch to GitHub Actions.
- New docs.
1.1.0
- Switch to
main
as the new default branch. - Rename to
nvm.fish
. - No breaking changes.