Skip to content

Releases: jorgebucaran/nvm.fish

2.2.6

18 Sep 06:20
2.2.6
e844ef5
Compare
Choose a tag to compare
  • Download Node distribution index before processing it (#154).
    • Should fix curl's failed to write body error before it's finished writing the whole page into the processing step.

2.2.5

03 May 04:31
2.2.5
e944905
Compare
Choose a tag to compare
  • 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 of libc on Alpine.
  • 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

15 Apr 01:59
2.2.4
2473afc
Compare
Choose a tag to compare
  • Require os in _nvm_node_info for older nodes (e.g. node 4) (#152).

2.2.3

08 Apr 06:07
2.2.3
ce13ca6
Compare
Choose a tag to compare
  • Use npm --version if we can't find npm's package.json (#145).

2.2.2

19 Mar 00:13
2.2.2
1603128
Compare
Choose a tag to compare
  • Fix regression breaking completions by adding --command flag back (#144).
  • Return non-zero $status if there are no Nodes on nvm list.
  • Preliminary support for installing on M1 (#148).

2.2.0

22 Feb 10:19
2.2.0
3b99c85
Compare
Choose a tag to compare
  • Make nvm_data and nvm_mirror universal (#140).
  • Silence curl errors during index update.
  • Use system uname.
  • Add tests.

2.1.0

01 Jan 12:14
2.1.0
abea3e7
Compare
Choose a tag to compare
  • 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

22 Dec 18:29
2.0.1
6520108
Compare
Choose a tag to compare
  • Windows (#95), SunOS, and AIX support.
  • Improve usage examples.
  • Refactor CI workflow.

2.0.0

08 Dec 11:18
2.0.0
4b3c5bf
Compare
Choose a tag to compare
  • 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

02 Aug 16:19
1.1.0
825b97d
Compare
Choose a tag to compare
  • Switch to main as the new default branch.
  • Rename to nvm.fish.
  • No breaking changes.