Nvm.fish Versions Save

The Node.js version manager you'll adore, crafted just for Fish

2.2.4

3 years ago
  • Require os in _nvm_node_info for older nodes (e.g. node 4) (#152).

2.2.3

3 years ago
  • Use npm --version if we can't find npm's package.json (#145).

2.2.2

3 years ago
  • 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

3 years ago
  • Make nvm_data and nvm_mirror universal (#140).
  • Silence curl errors during index update.
  • Use system uname.
  • Add tests.

2.1.0

3 years ago
  • 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

3 years ago
  • Windows (#95), SunOS, and AIX support.
  • Improve usage examples.
  • Refactor CI workflow.

2.0.0

3 years ago
  • 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

3 years ago
  • Switch to main as the new default branch.
  • Rename to nvm.fish.
  • No breaking changes.

1.0.2

4 years ago
  • Use arm64 cpu package for aarch64 via (#109).

1.0.1

5 years ago
  • Don't break if an alias (codename assigned to pair-numbered Node.js releases) is missing from the index.tab file (#84).