1. e367533 [Refactor] Reduce one more `sed` & pipe to speedup by Peter Dave Hello · 7 years ago
  2. 6534568 [Fix] Enhance nvm debug for different environments by Peter Dave Hello · 7 years ago
  3. 13f3cdc README: clarify how to specify default packages by Waldir Pimenta · 5 years ago
  4. 3d9c31d v0.34.0 by Jordan Harband · 5 years ago v0.34.0
  5. 0acccb8 Merge pull request #1974 from valeriemettler/valeriemettler-patch-1 by Jordan Harband · 5 years ago
  6. 6354b17 Improve phrasing of 'nvm current' by Valerie Mettler · 5 years ago
  7. 5e065ec [Docs] fixing cdnvm on .bashrc by Javier Infante · 5 years ago
  8. 206d503 [Docs] Improve indent of output block in GitHub Issue template by Peter Dave Hello · 5 years ago
  9. deb2a9b [Docs] fix eclint by Jordan Harband · 5 years ago
  10. fb83eeb [Docs] Add Ansible task example by Joel Parker Henderson · 5 years ago
  11. 14179bc [shellcheck] Use `-n/-z` instead of `! -z/! -n` condition by Peter Dave Hello · 5 years ago
  12. 153506c [shellcheck] ignore SC2230 errors by Jordan Harband · 5 years ago
  13. c1150c4 [Tests] avoid using shopt in zsh by Jordan Harband · 5 years ago
  14. ad1110e [Tests] print out shellcheck version by Jordan Harband · 5 years ago
  15. 914c220 Merge pull request #1947 from PeterDaveHello/Enable-ccache-on-TravisCI by Jordan Harband · 5 years ago
  16. 22d32be [New] Enable ccache on Travis CI to speed up compilation by Peter Dave Hello · 6 years ago
  17. a49d916 [Fix] avoid unbound variable by Jordan Harband · 6 years ago
  18. 17586b9 [Fix] Allow zsh users to have the nomatch option set by Alexander Groß · 6 years ago
  19. f3fd5ef [Docs] Improve md file syntax by Peter Dave Hello · 6 years ago
  20. 423252a [docs] update README to fix docker run command flag order by Kayla Altepeter · 6 years ago
  21. 2a294eb [Docs] improve instructions for manual install by Ole Johan Andersen · 6 years ago
  22. a08d1ea Merge pull request #1865 from d4nyll/master by Jordan Harband · 6 years ago
  23. 217a5bb [Docs] Added fish nvm by Fábio Antunes · 6 years ago
  24. caf6208 `install.sh`: Print an error and exit the script if $METHOD is set to something unexpected. by Paul Nickerson · 6 years ago
  25. 0c2efed [New] `bash_completion`: Add support for `ZSH_DISABLE_COMPFIX` flag. by Nathan Burchill · 6 years ago
  26. 2d97ce5 [Docs] add instructions for installing a specific version by et304383 · 6 years ago
  27. 8542df4 [New] add support for `$XDG_CONFIG_HOME` by Erik Lilja · 6 years ago
  28. f218a85 [Tests] eslint 5.5+ seems to not install on node 0.10 by Jordan Harband · 6 years ago
  29. 96ebed3 Merge pull request #1863 from PeterDaveHello/ImproveDockerfile by Jordan Harband · 6 years ago
  30. e7a37f3 [Tests] fix failing tests on master due to npm registry SSL changes by Jordan Harband · 6 years ago
  31. e06f735 Improve Bash alias by Daniel Li · 6 years ago
  32. 355c4c7 [Docs] Add section on automatic `nvm use` in Bash by Daniel Li · 6 years ago
  33. 4bd99bc [Dockerfile] Refactor to prevent using `sudo` during build by Peter Dave Hello · 6 years ago
  34. 5f9ccaa [Dockerfile] Set the SHELL to bash with pipefail option by Peter Dave Hello · 6 years ago
  35. 7ff2085 [Tests] Integrate dockerfile_lint to test Dockerfile by Peter Dave Hello · 6 years ago
  36. cdde74a [Dockerfile] install missing eclint package by Peter Dave Hello · 6 years ago
  37. 17c33fd Merge pull request #1861 from PeterDaveHello/ImproveDockerfile by Jordan Harband · 6 years ago
  38. 04b35b5 [Dockerfile] Use arguments JSON notation for ENTRYPOINT by Peter Dave Hello · 6 years ago
  39. aacb0b9 [Dockerfile] Fix command `From` to be `FROM` by Peter Dave Hello · 6 years ago
  40. f121e5a [Dockerfile] Add missing quotes for variables by Peter Dave Hello · 6 years ago
  41. af8038f [Dockerfile] Update ShellCheck version to v0.5.0 by Peter Dave Hello · 6 years ago
  42. 265ec90 [Dockerfile] Add missing name & version LABEL by Peter Dave Hello · 6 years ago
  43. e2195b4 [Dockerfile] Use LABEL instead of deprecated MAINTAINER command by Peter Dave Hello · 6 years ago
  44. 41dc421 [Docs] add --no-use option to installation by JBallin · 6 years ago
  45. 90cfb5d [Fix] `use`: Prepend instead of changing if shadowed by system dirs (fixes #1652) by Xandor Schiefer · 6 years ago
  46. 0cdc184 [Fix] Improve `nvm_is_version_installed` to check for a node executable instead of root dir by Joshua Li · 6 years ago
  47. a5f42d9 [Tests] update most mkdirs to use make_fake_{node,iojs} by Joshua Li · 6 years ago
  48. eabd7ab Respect previously nvm-loaded node version when sourcing by Xandor Schiefer · 8 years ago
  49. b111436 [Tests] test `nvm install-latest-npm` on io.js v2 by Jordan Harband · 6 years ago
  50. 9854928 [New] `install.sh`: allow user to explicitly opt out of nvm adding the source string by Spike Grobstein · 6 years ago
  51. c50ea6f [shellcheck] quote variables in for loops to avoid unintentional expansion by Jordan Harband · 6 years ago
  52. 628d4fa [shellcheck] use `{ …; }` instead of `(…)` to group test commands by Jordan Harband · 6 years ago
  53. ef35bc4 Merge pull request #1823 from SrHuevo/master by Jordan Harband · 6 years ago
  54. d08d860 fix for .nvmrc script by SrHuevo · 6 years ago
  55. e7b53a0 Grammar update by Jay Williams · 6 years ago
  56. b81c120 fix failing if check in autoload script by Siddharth Sakhadeo · 6 years ago
  57. 57ec311 [Fix] `ls-remote`: fix issues in zsh when using a mirror with a ton of entries by Jordan Harband · 6 years ago
  58. 38b32c2 [Tests] update mock data by Jordan Harband · 6 years ago
  59. 7a5ff0d [Fix] `ls-remote`: fix issues in zsh when using a mirror with a ton of entries by adedomin · 6 years ago
  60. f5f029c [Fix] “unstable” alias: when there’s no “unstable” minors, output “N/A” by Jordan Harband · 6 years ago
  61. c465a83 [Tests] `nvm ls-remote`: add test for overly-large tab file by Jordan Harband · 6 years ago
  62. 62ee7cf [Refactor] `bash_completion`: Improve coding style by Peter Dave Hello · 6 years ago
  63. 113d807 [New] Support `--no-progress` for `nvm install` by Peter Dave Hello · 7 years ago
  64. 3fc7b73 [Fix] `install -s`: `zsh`: ensure `shwordsplit` opt is set by Jordan Harband · 6 years ago
  65. 04c27e2 add --tags to git fetch in manual upgrade by Josh Sleeper · 6 years ago
  66. 592c0be Merge tag 'v0.33.11' by Jordan Harband · 6 years ago
  67. 93990ab v0.33.11 by Jordan Harband · 6 years ago v0.33.11
  68. 61c7b13 [Fix] `nvm install-latest-npm`: node v4.5 and v4.6 work on npm v5.4.1, but not v5.4.2 by Jordan Harband · 6 years ago
  69. eb0a844 [Fix] `nvm install-latest-npm`: node v4.5 and v4.6 work on npm v5.4.1, but not v5.4.2 by Jordan Harband · 6 years ago
  70. a26ab88 [Tests] fix `nvm install-latest-npm` tests to fail properly by Jordan Harband · 6 years ago
  71. 1f2a323 [Tests] add `nvm install-latest-npm` tests for all node versions by Jordan Harband · 6 years ago
  72. 34e1ec8 Merge tag 'v0.33.10' by Jordan Harband · 6 years ago
  73. 177a967 v0.33.10 by Jordan Harband · 6 years ago v0.33.10
  74. db98f8c [Fix] `install-latest-npm`: npm 6 is out, and requires node 6 or higher by Jordan Harband · 6 years ago
  75. c983fef Merge pull request #1734 from PeterDaveHello/improve-NVM_DIR-handling by Jordan Harband · 6 years ago
  76. 42f11ac [Fix] `install-latest-npm`: npm 6 is out, and requires node 6 or higher by Jordan Harband · 6 years ago
  77. 09f7bbb [Refactor] use a different approach to remove trailing slashes by Jordan Harband · 6 years ago
  78. d5dacdf [Fix] `nvm debug`: Fix sed syntax error in nvm_command_info() by Peter Dave Hello · 6 years ago
  79. d3a9272 [Refactor] Speedup nvm_list_aliases() by Peter Dave Hello · 7 years ago
  80. 1b14e6b v0.33.9 by Jordan Harband · 6 years ago v0.33.9
  81. f060867 Merge pull request #1739 from PeterDaveHello/add-editorconfig by Jordan Harband · 6 years ago
  82. 0da6996 [eclint] only check non-ignored files by Jordan Harband · 6 years ago
  83. d9dc846 [Doc] Add macOS install script note about Git by Peter Dave Hello · 6 years ago
  84. 685312d [Fix] Remove $NVM_DIR trailing slash automatically, fix #1708 by Peter Dave Hello · 6 years ago
  85. 0731003 [New] Integrate eclint to test partial coding style by Peter Dave Hello · 6 years ago
  86. ca66a13 `nvm debug`: Improve OS version detection by Peter Dave Hello · 6 years ago
  87. 8ff437a [Doc] Fix manual install & upgrade guide, fix #1772 by Peter Dave Hello · 6 years ago
  88. b15709e Turn off wget's output in nvm_get_latest() by Peter Dave Hello · 6 years ago
  89. 8b71861 [Fix] `install.sh`: Detect profile with $BASH_VERSION and $ZSH_VERSION by Brian M. Jemilo II · 6 years ago
  90. 68fe26a [Fix] Add autocompletion support to zsh by Brian M. Jemilo II · 6 years ago
  91. 37e0977 `install.sh`: Improve install.sh prompt output, add a newline by Peter Dave Hello · 6 years ago
  92. 918a39a [Tests] update mocks by Jordan Harband · 6 years ago
  93. 52f1b24 [Tests] fix mirrors in mocks update script by Jordan Harband · 6 years ago
  94. 74ff70a [Fix] installing with an LTS name should lowercase the name before ensuring a default by Jordan Harband · 6 years ago
  95. 663bdde [docs] Add removal instructions to README.md by Ed Reel · 6 years ago
  96. bc87d3d removed global install on README.md. closes #1773 by Guy Lepage · 6 years ago
  97. d8689f6 `bash_completion`: Reduce startup time by easyaspi314 (Devin) · 6 years ago
  98. 0e3bb2c [Fix] ensure --reinstall-packages-from has a version number. by Jordan Harband · 6 years ago
  99. 2850e65 [Docs] Fix some typos by Peter Dave Hello · 6 years ago
  100. 2859a19 [Docs] fix spelling by Josh Soref · 6 years ago