Commit Graph

  • 257f16fb13
    [Docs] fi README typo Alex Ryan 2017-03-13 03:16:08 -0700
  • 182a18d911
    [Fix] Github should be GitHub Peter Dave Hello 2017-03-09 23:02:08 +0800
  • 8e6201b5b1
    [Tests] Update test mocks Peter Dave Hello 2017-03-10 18:02:47 +0800
  • b676bf7d0e
    [Fix] checksums: remove libressl command support Dominyk Tiller 2017-03-08 12:54:37 +0000
  • fa22d712ff
    [Fix] ensure this variable is not unbound. Jordan Harband 2017-03-06 09:35:58 -0800
  • 286090b607 Merge pull request #1408 from PeterDaveHello/doctoc Jordan Harband 2017-03-01 00:57:05 -0800
  • 1689b174b3 [Test] Add doctoc up-to-date test in TravisCI Peter Dave Hello 2017-02-28 04:17:29 +0800
  • f8aaa32d17 README minor adjustment, generate "Table of Content" via doctoc Peter Dave Hello 2017-02-27 01:36:57 +0800
  • 3dc5777b66 Add doctoc devDependency and npm script Peter Dave Hello 2017-02-27 01:35:34 +0800
  • 6669e91bd8
    v0.33.1 v0.33.1 Jordan Harband 2017-02-20 17:59:20 -0800
  • 7c271729ef Enable working without tput. John-David Dalton 2017-02-19 19:33:10 -0800
  • b54e147442
    [Fix] `nvm unload`: run `nvm deactivate` before unsetting everything. Jordan Harband 2017-02-18 00:50:33 -0800
  • e7e4a9b3d6
    [Fix] unset `NVM_RC_VERSION` env var immediately after it’s no longer needed. Jordan Harband 2017-02-18 00:48:41 -0800
  • 49e446dac1
    [debug] include mirrors in `nvm debug` output. Jordan Harband 2017-02-14 09:06:23 -0800
  • 1b8b7b31ed
    Add CII best practices badge Robin Schneider 2017-02-12 10:59:10 +0100
  • 6fc0241c21
    [Fix] `install.sh`: only un-interpolate $HOME for the profile source string. Jordan Harband 2017-02-12 00:32:49 -0800
  • affcc5087c [Fix] `set -e`: `nvm install lts/something`: call `nvm_ensure_default_set` with the proper value. Jordan Harband 2017-02-11 23:14:58 -0800
  • 1b2305232f
    [install script] Use `$HOME` variable in `NVM_DIR` Ryan Wheale 2017-01-12 10:55:56 -0700
  • f1a5f2a15f
    [Docs] [Fix] zsh autochange: only `nvm install` if we can’t `nvm use` butlerx 2016-12-19 12:00:47 +0000
  • 40e40975eb
    v0.33.0 v0.33.0 Jordan Harband 2016-12-29 21:22:13 -1000
  • ae8eb80d0b `make release` should pop up the EDITOR for the annotated tag. Jordan Harband 2016-12-29 21:22:08 -1000
  • 186509be24 [github] modify the issue template Jordan Harband 2016-12-28 09:04:12 -1000
  • 853afbf595
    Revert "Revert "[Fix] `set -u`: ensure that potentially unbound variables aren’t called unchecked."" Jordan Harband 2016-12-26 21:57:55 -0800
  • a8c465018e
    Revert "[Fix] `set -u`: ensure that potentially unbound variables aren’t called unchecked." Jordan Harband 2016-12-25 12:18:56 -0800
  • 1cac5194b9 [github] Flesh out issue template a bit. Jordan Harband 2016-12-25 12:07:08 -0800
  • 71b49f1744
    Add GitHub issue template Peter Dave Hello 2016-12-26 02:46:49 +0800
  • 60239e39cd
    [Fix] `set -u`: ensure that potentially unbound variables aren’t called unchecked. Jordan Harband 2016-12-25 11:31:37 -0800
  • 0f6997d90a [Tests] remove the unused and broken `$NVM_PATH`. Jordan Harband 2016-12-16 10:57:22 -0800
  • fcd6331f09 [Fix] remove the unused and broken `$NVM_PATH`. Jordan Harband 2016-12-16 10:57:22 -0800
  • 2af47b0034 [Docs] Remove mixed addtional indent in the Bash completion codeblock Peter Dave Hello 2016-12-03 21:33:54 +0800
  • 7c0dc2be68 [Docs] Make the indent in readme consistenly use soft tabs Peter Dave Hello 2016-12-03 21:32:41 +0800
  • d5340539d9 [Docs] Link version badge to the release page Peter Dave Hello 2016-12-02 19:33:48 +0800
  • 45771499ee
    [Fix] nvm should respect CC/CXX env var Peter Dave Hello 2016-11-29 15:30:01 +0800
  • 84575cf353
    [Refactor] Use "case" instead of multi "if" Peter Dave Hello 2016-11-28 03:39:48 +0800
  • 47c60dfc1d
    [Tests] add test to ensure that `nvm unload` unloads all functions. Jordan Harband 2016-11-28 12:50:35 -0800
  • c96c561c88 [Fix] nvm unload missed node_version_has_solaris_binary() Peter Dave Hello 2016-11-28 18:35:32 +0800
  • f29cd1a2ab
    [Fix] nvm unload missed NVM_CD_FLAGS NVM_BIN NVM_MAKE_JOBS NVM_PATH Peter Dave Hello 2016-11-28 04:14:21 +0800
  • 00a1ee6c4d
    [Fix] nvm unload missed nvm_cache_dir() nvm_cd() Peter Dave Hello 2016-11-28 04:10:42 +0800
  • a7648ebd9f
    [Fix] `nvm install -s`: `aix`: detect number of threads on aix and not just number of processors George Adams 2016-11-23 06:36:52 -0500
  • 26fec8035f [Docs] update alpine environment installation info Peter Dave Hello 2016-11-27 21:30:41 +0800
  • c58540666d [Docs] update readme about compile nodejs v0.10+ from src Peter Dave Hello 2016-11-27 21:21:49 +0800
  • 7f1917d0aa
    [Refactor] Rename NVM_CPU_THREADS to NVM_CPU_CORES Gibson Fahnestock 2016-11-24 18:04:14 +0000
  • 7d08ad4311 [Tests] also cache $HOME/.ghc for cabal Peter Dave Hello 2016-11-25 23:57:08 +0800
  • 5b820a453c [Refactor] avoid S2181 spellcheck error. Jordan Harband 2016-11-25 00:56:28 -0600
  • af73102481 [Fix] fix a typo i made in 20ae7ee309 Jordan Harband 2016-11-25 00:35:33 -0600
  • 20ae7ee309
    [Tests] Run shellcheck on nvm-exec in Travis CI Peter Dave Hello 2016-11-24 14:07:56 +0800
  • ac63638469
    [Fix] add missing quotes for $NODE_VERSION in nvm-exec Peter Dave Hello 2016-11-24 13:44:39 +0800
  • 7ed1e71944
    [Refactor] Add missing backslash for dots Peter Dave Hello 2016-11-24 13:47:20 +0800
  • b7f9fbd3a7 [Tests] run shellcheck for bash_completion in Travis CI Peter Dave Hello 2016-11-24 16:00:23 +0800
  • 9963660a11 [shellcheck] SC1004,SC2086 fixes in bash_completion Peter Dave Hello 2016-11-24 15:59:16 +0800
  • 60ba4bca0c [Tests] Remove not working clang part until we refactor the workflow Peter Dave Hello 2016-11-24 14:38:16 +0800
  • e47b313b85
    [readme] Auto install not exist version in zsh .nvmrc script Peter Dave Hello 2016-11-14 19:44:55 +0800
  • 4b4e71f05c [shellcheck] disable "Check exit code directly" warning on line 273, 666 Peter Dave Hello 2016-11-23 21:44:35 +0800
  • 5508f8dc70 [Tests] switch to use Cabal to install ShellCheck Peter Dave Hello 2016-11-23 20:25:38 +0800
  • ba4370a9a7 Merge 39993e9da7 into d3e334d86d Karl Bateman 2016-04-12 10:09:34 +0000
  • 39993e9da7 Update README Karl Bateman 2016-04-12 11:08:11 +0100
  • e5273acf0a Add Bash script for auto-nvm use to README. William Bert 2016-04-09 14:17:06 -0400
  • 6f270cdf08 Merge ac8015c2b7 into 6299cba467 Brian Mearns 2016-04-04 12:54:06 +0000
  • 7017566deb Merge bbf890ecbc into b6f160a7b3 Julio Marins 2016-03-27 07:35:55 +0000
  • ddcdd68fa2 Edit & Rebase Brandon Thompson 2016-03-25 17:23:34 -0600
  • 93750e2df0 Update README.markdown markerx 2016-03-25 16:50:04 -0600
  • 150e397314 Update README.markdown markerx 2016-03-23 10:35:34 -0600
  • f502867a89 Update README.markdown markerx 2016-03-23 10:33:13 -0600
  • 4755d0da86 Update README.markdown markerx 2016-03-23 10:32:38 -0600
  • 4434c8db26 Update README.markdown markerx 2016-03-23 10:28:22 -0600
  • 02bc66e41b Dropped io.js references Per Lundberg 2016-03-23 10:04:11 +0200
  • c7871e9812 [Docs] Update #1030 PR with ljharb's comments. Alexander Stein 2016-03-19 22:06:36 +0300
  • 1318cb1aca [Docs] Quickly explain how to use nvm, per #1030. Alexander Stein 2016-03-19 17:16:39 +0300
  • b2ffe0e4cc Merge f048e42002 into 8fb4ee0789 Philipp Haidenbauer 2016-03-12 06:36:22 +0000
  • 7def9cfadc Merge 6731b0b9f1 into 972be30a1a Burke Libbey 2016-03-09 12:19:21 +0000
  • 6731b0b9f1
    Scrape npm's package.json to determine version more quickly Burke Libbey 2016-02-29 17:42:14 -0500
  • ac8015c2b7 Issue #1015 resolved. Brian Mearns 2016-02-18 11:45:54 -0500
  • 8598fcf928 Only use NVM on interactive login shells Dag Wieers 2016-02-09 11:52:54 +0100
  • 5a9b77a035 Merge c4614a980a into 731c2f3f70 Dan Clayton 2016-02-07 23:46:55 +0000
  • e72bd3bbe1 Merge bf67834881 into 77e0449c89 Joan Leon 2016-02-05 07:12:55 +0000
  • bf67834881 Check out to latest version Joan Leon 2016-02-05 08:07:38 +0100
  • dbdbd714a8 Merge 963a97bdb8 into 754a0d7c5b Whitney Young 2016-01-30 01:45:59 +0000
  • 963a97bdb8 Specify tags option on git upgrade Whitney Young 2016-01-29 17:45:25 -0800
  • 8541865b92 Merge 843b5f3661 into 1ba8a96ec9 Dwayne Crooks 2016-01-15 09:06:10 +0000
  • 843b5f3661 Update README.markdown Dwayne Crooks 2016-01-15 05:04:25 -0400
  • f048e42002 Added NVM_HTTP_PROXY as Environment Variable to define a HTTP-Proxy for curl and wget Haidy777 2016-01-08 13:38:19 +0100
  • 0bd059ec87 Merge a629ba4670 into 1ba8a96ec9 Nuriel 2016-01-10 19:10:57 +0000
  • a629ba4670 small fix Nuriel 2016-01-10 21:07:51 +0200
  • 0aba7f9f89 update readme installation Nuriel 2016-01-10 21:04:01 +0200
  • 99895c963a Merge 839c497d29 into 1ba8a96ec9 Lloyd Watkin 2016-01-04 16:14:40 +0000
  • d046935843 Merge 1ed90f91f1 into 1ba8a96ec9 tudorilisoi 2016-01-03 09:35:50 +0000
  • 1ed90f91f1 A better way to find globally installed packages tudorilisoi 2016-01-03 11:35:41 +0200
  • de68acf6b2 Merge b6fe752cdd into 1ba8a96ec9 tudorilisoi 2016-01-03 07:47:14 +0000
  • b6fe752cdd Patch for --reinstall-from on Ubuntu/bash tudorilisoi 2016-01-02 13:10:18 +0200
  • 0c39cb1a3b Merge 301c57988d into f279837d5c davidmankin 2015-12-28 05:05:40 +0000
  • 45b8dff132 Merge ec79ac1b8e into f279837d5c thelostspore 2015-12-27 23:06:54 +0000
  • ec79ac1b8e README: troubleshooting scenario and homebrew unsupported note thelostspore 2015-12-25 11:53:40 -0800
  • ceb1b9a81c Merge 5113fe89c6 into 91ce41b702 emparq 2015-12-22 07:11:33 +0000
  • eb692ee8e3 add iojs as one of the keywords in package.json Peter Dave Hello 2015-12-21 17:43:29 +0800
  • 9a5b770a2a Merge da03a34062 into c56c26badd lucky code dog 2015-12-14 13:39:39 +0000
  • 59bea03bfa Merge 39248ef6d1 into 896199facc Daniel Kmak 2015-12-13 01:50:59 +0000
  • 39248ef6d1 Update LICENSE.md Daniel Kmak 2015-12-12 20:01:17 +0100
  • 47af1a9e10 Update README.markdown Daniel Kmak 2015-12-12 20:00:49 +0100
  • 4de8188048 Merge a025e81ddb into 8746344e02 Daniel Kmak 2015-12-11 14:39:42 +0000
  • a025e81ddb Update README.markdown Daniel Kmak 2015-12-11 15:39:34 +0100