Skip to content

Releases: FabioAntunes/fish-nvm

1.4.4

04 Jan 14:43
57ddb12
Compare
Choose a tag to compare

BUGFIXES:

  • use type -fP instead of which #64

1.4.3

14 Apr 13:10
8151157
Compare
Choose a tag to compare

BUGFIXES:

  • export NVM_HAS_RUN to subshells when running nvm install or nvm use #60

1.4.2

03 Mar 16:56
12938fe
Compare
Choose a tag to compare

Minor fix for fish 3.2.0 around type function

1.4.1

13 Aug 15:06
b532e73
Compare
Choose a tag to compare

Fixes nvm_alias_command when running with no arguments
Adds fundle instructions to the README file

1.4.0

25 Nov 15:51
740cd48
Compare
Choose a tag to compare

Fixes $PATH on OSX when using sub shells

1.3.1

09 Nov 17:23
6a6d661
Compare
Choose a tag to compare

Fixes error swallowing when using .nvmrc

When a .nvmrc exists in the folder with a version that it's not
installed. fish-nvm swallows the error and says that command
(node,npm,npx,etc) is not installed.

1.3.0

14 Mar 22:47
Compare
Choose a tag to compare

Since version 11.10.*, fish-nvm has broken node REPL

1.2.0

27 Feb 15:01
06cd4c8
Compare
Choose a tag to compare
  • fix a recursion bug, when we create an alias command that hasn't been installed (#33)

1.1.1

17 Feb 20:45
7fe389b
Compare
Choose a tag to compare

Documentation update

v1.1.0

16 Feb 14:44
Compare
Choose a tag to compare

Minor fix on the function nvm_alias_command