Releases: jorgebucaran/nvm.fish
Releases · jorgebucaran/nvm.fish
2.2.16
2.2.15
2.2.14
- Invoke curl without using user's
~/.curlrc
config (#223, #224) by @bcspragu.- The idea is that a
~/.curlrc
can contain options that change the output, like-w
, which can cause downstream tooling (liketar
) to fail. In this case, we wantcurl
to behave consistently regardless of how the user has configured curl.
- The idea is that a
2.2.13
- Spice up docs with sass & tweaks.
- Replace
$HOME
with ~ via Fish for compatibility (avoids errors when activating older Node versions). - Update nvm --help messages and autocomplete help.
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
- Don't complete files, so that
nvm
may not be followed by a filename. - Add new
--silent
option flag to suppress standard output (#186).
Thank you @lydell and @edouard-lopez for their feedback.
2.2.7
- Correctly print version in
nvm install
ornvm use
error (#176). - Fix "unvailable" typo in
_nvm_index_update
by @eugenetriguba (#172).