Skip to content

Releases: jorgebucaran/nvm.fish

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.

1.0.2

03 Jun 06:10
1.0.2
f75808a
Compare
Choose a tag to compare
  • Use arm64 cpu package for aarch64 via (#109).

1.0.1

23 Apr 18:09
1.0.1
e289cff
Compare
Choose a tag to compare
  • 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

30 Jan 15:33
1.0.0
16ae6e6
Compare
Choose a tag to compare
  • 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).