964 Commits (3fea5493a431ac64470d4230d4b51438cf213bd1)

Author SHA1 Message Date
Jiri Spac d073bc96c7
[Docs] bump sample version numbers 8 years ago
Peter Dave Hello 11370fe823 [Fix] curl should fail if something wrong, fix #1556 8 years ago
Jordan Harband cbdd41eee2
[New] `nvm install`: add `--latest-npm` option to automatically try to upgrade to the latest working version of `npm`. 8 years ago
J Huang 28fe93cd15
[Fix] `nvm install -s`: properly precompute clang version 8 years ago
J Huang 7965796569
[Fix] enable curl compression only on curl >=7.21.0 8 years ago
Nicolás Bevacqua 051ef09daf Fix `--version` help text 8 years ago
Jordan Harband 4f626eac0d [Fix] `set -u`: when `ALIAS` is unset, don’t reference an unbound variable. 8 years ago
Weston Ganger 7f3145bc98
[New] add support for `$NVM_DIR/default-packages` file 8 years ago
Jordan Harband dc5dfe3bc1
[Fix] set IFS to default for all nvm commands. 8 years ago
Jordan Harband accd6ae298
[Fix] ensure if `npm link` fails, that `$IFS` is not improperly set. 8 years ago
Jumpei Ogawa caa7de37af
[Fix] `set -u`: ensure that potentially unbound variables aren’t called unchecked. 8 years ago
Jordan Harband 0a95e77000
v0.33.2 8 years ago
Piper Chester 65aedc105a
[Docs] capitalize C++ 8 years ago
Peter Dave Hello 153f8e7b31 [Fix] To confirm curl exists before detecting curl libz feature 8 years ago
Peter Dave Hello e87f395b7a
[Refactor] minor "if" and "return" improvement 8 years ago
Peter Dave Hello daa9c3604d
[Fix] To confirm curl exists before detecting curl libz feature 8 years ago
Jordan Harband 4249b1c2bb
[Fix] `nvm_ensure_version_installed`: add `system` support. 8 years ago
Peter Dave Hello 450088e51a
[Refactor] Improve if conditoion logic in "use" 8 years ago
Peter Dave Hello 059ab0e1ac
[Refactor] Make the code a little bit cleaner 8 years ago
Jordan Harband b9f9977cdd
[Fix] `nvm install -s`: npm detection 8 years ago
Peter Dave Hello 7b253c8c0a
[New] Supercharge `nvm debug` output 8 years ago
Peter Dave Hello 973dfc6d4a [New] Dynamically detect if curl supports `--compressed` 8 years ago
Peter Dave Hello 6a3b1dd2c3 [New] Enable curl auto compression/decompression 8 years ago
Peter Dave Hello fa3631fee3
[Refactor] Add `nvm_has_non_aliased` 8 years ago
Peter Dave Hello 316c9f34c6
[Performance] Use awk's comparison to save a pipe to grep 8 years ago
Peter Dave Hello 6cb12b0f99
[Performance] Improve awk usage 8 years ago
Peter Dave Hello 6ed73b0696 [Refactor] Improve sed usage for performance 8 years ago
Shirsh Zibbu dcd008ff61
[Refactor] remove unnecessary quotes 8 years ago
Peter Dave Hello b879628394 [Fix] declare MANPATH if and only if it's not set 8 years ago
Jordan Harband 9b2629384f
[Fix] `nvm install -s`: ensure additional params lack a trailing space. 8 years ago
Peter Dave Hello 50ae1e5199
[Fix] Install failed should return correct exit status, fix #1347 8 years ago
Matthew McEachen 1e6b5ce039
[Fix] stop setting mirror env vars unnecessarily 8 years ago
Peter Dave Hello d8538dad84 [Refactor] nvm.sh minor refactor 8 years ago
Peter Dave Hello 182a18d911
[Fix] Github should be GitHub 8 years ago
Dominyk Tiller b676bf7d0e
[Fix] checksums: remove libressl command support 8 years ago
Jordan Harband fa22d712ff
[Fix] ensure this variable is not unbound. 8 years ago
Jordan Harband 6669e91bd8
v0.33.1 8 years ago
John-David Dalton 7c271729ef Enable working without tput. 8 years ago
Jordan Harband b54e147442
[Fix] `nvm unload`: run `nvm deactivate` before unsetting everything. 8 years ago
Jordan Harband e7e4a9b3d6
[Fix] unset `NVM_RC_VERSION` env var immediately after it’s no longer needed. 8 years ago
Jordan Harband 49e446dac1
[debug] include mirrors in `nvm debug` output. 8 years ago
Jordan Harband affcc5087c [Fix] `set -e`: `nvm install lts/something`: call `nvm_ensure_default_set` with the proper value. 8 years ago
Jordan Harband 40e40975eb
v0.33.0 8 years ago
Jordan Harband 853afbf595
Revert "Revert "[Fix] `set -u`: ensure that potentially unbound variables aren’t called unchecked."" 8 years ago
Jordan Harband a8c465018e
Revert "[Fix] `set -u`: ensure that potentially unbound variables aren’t called unchecked." 8 years ago
Jordan Harband 60239e39cd
[Fix] `set -u`: ensure that potentially unbound variables aren’t called unchecked. 8 years ago
Jordan Harband fcd6331f09 [Fix] remove the unused and broken `$NVM_PATH`. 8 years ago
Peter Dave Hello 45771499ee
[Fix] nvm should respect CC/CXX env var 8 years ago
Peter Dave Hello 84575cf353
[Refactor] Use "case" instead of multi "if" 8 years ago
Jordan Harband 47c60dfc1d
[Tests] add test to ensure that `nvm unload` unloads all functions. 8 years ago