Commit Graph

  • 21b8f556b2
    [Refactor] `nvm alias`: use named vars instead of positional args. Jordan Harband 2016-08-08 13:21:42 -0700
  • a3bc4d3e62
    [Refactor] `nvm alias`: shift out the “alias” Jordan Harband 2016-08-08 13:18:53 -0700
  • 150ed490d0 [Refactor] use curlies with variables Jordan Harband 2016-08-07 23:31:16 -0700
  • 364096a3c3 Add trailing newline char to $SOURCE_STR Peter Dave Hello 2016-08-05 15:37:56 +0800
  • 88fc93a71b Fix nvm dir path in install script, fix #1189 Peter Dave Hello 2016-08-05 15:23:09 +0800
  • f9f140ec13
    [Performance] make auto-using faster. Jordan Harband 2016-08-02 00:59:51 -0700
  • f653bdc606 Print shell version on Travis Luke Childs 2016-07-31 20:42:18 +0100
  • 31e58d1827
    v0.31.4 Jordan Harband 2016-07-29 16:54:13 -0700
  • a32b914bab Fix nvm on SmartOS setups using 64 bits pkgsrc repository Julien Gilli 2016-07-29 13:51:06 -0700
  • f51b1bf8ae Document required git version Joe Lencioni 2016-07-28 10:51:00 -0700
  • c874a17479 Merge pull request #1179 from lencioni/improve-upgrade-instructions Jordan Harband 2016-07-28 10:41:31 -0700
  • 6eef4ce4d2 Use NVM_DIR in installation instructions Joe Lencioni 2016-07-28 10:11:28 -0700
  • 54476476ab Use subshells for installation and upgrade instructions Joe Lencioni 2016-07-28 09:16:10 -0700
  • 87a3a4425d Ensure `git describe` only matches version tags Joe Lencioni 2016-07-28 09:10:14 -0700
  • 17a3272b8a Ensure `git describe` gives latest tag Joe Lencioni 2016-07-28 09:03:26 -0700
  • c08010f610 Fix typo in readme Luke Childs 2016-07-28 17:48:23 +0100
  • 2ee8ec886f Merge pull request #1178 from lukechilds/installation-improvements Jordan Harband 2016-07-28 08:49:28 -0700
  • 978f7b4435 Only source nvm, not entire profile Luke Childs 2016-07-27 22:26:05 +0100
  • 3417e9d9a3 Add message explaining how to use nvm Luke Childs 2016-07-27 22:09:02 +0100
  • eb4de62bc1 Remove incorrect message Luke Childs 2016-07-27 21:43:13 +0100
  • 8a199e00a2 Merge pull request #1173 from wiserweb/master Jordan Harband 2016-07-26 08:30:56 -0700
  • 6ac7ecf7dc Update README.markdown wiserweb 2016-07-26 02:31:07 -0400
  • a09f225ec7 Update zsh-nvm upgrade command in readme Luke Childs 2016-07-24 21:13:51 +0100
  • e0e1c0379a Merge pull request #1163 from sebthom/patch-1 Jordan Harband 2016-07-20 10:30:47 -0700
  • f4d57cc17d Fix for #871 find: warning: Unix filenames usually don't contain slashes Sebastian Thomschke 2016-07-20 13:31:47 +0200
  • 56417f88f9
    v0.31.3 Jordan Harband 2016-07-20 00:51:48 -0700
  • dbb65d98c2 Merge pull request #1070 from ljharb/display_lts_remote Jordan Harband 2016-07-20 00:22:29 -0700
  • fb49bf6f70 completion: add LTS aliases. Jordan Harband 2016-07-18 23:40:32 -0700
  • 28822ff81e [Docs] update README for LTS. Jordan Harband 2016-07-18 23:39:35 -0700
  • 876d117376
    [Tests] add `nvm run --lts` tests. Jordan Harband 2016-07-18 00:35:01 -0700
  • 58a82a1d31
    [Tests] add `nvm exec --lts` tests. Jordan Harband 2016-07-17 19:54:10 -0700
  • 42fedf6bc9
    [Tests] add some basic `nvm use --lts` tests Jordan Harband 2016-07-03 08:37:03 -0700
  • 4c010f442e
    [Tests] add tests for auto-creation of LTS aliases on `nvm_ls_remote` Jordan Harband 2016-07-02 21:21:16 -0700
  • f0668fd577
    [Tests] `nvm alias --lts`: add tests Jordan Harband 2016-06-26 15:11:37 -0700
  • 655830eb58
    [Tests] `nvm install --lts`: add tests Jordan Harband 2016-06-26 13:57:01 -0700
  • e6606458f7
    [Tests] add `nvm version-remote` unit tests. Jordan Harband 2016-06-26 13:01:12 -0700
  • d2744014df
    [Tests] add some basic `nvm ls-remote` unit tests. Jordan Harband 2016-06-25 17:00:19 -0700
  • bcb1f0b1c7
    `nvm ls-remote`: skip io.js lookup when LTS is set. Jordan Harband 2016-07-17 10:54:24 -0700
  • c3b16603c0
    `nvm uninstall`: add `--lts` support Jordan Harband 2016-07-17 20:18:05 -0700
  • 859be3f6a1
    `nvm run`: add `--lts`/`--lts=argon` support Jordan Harband 2016-05-04 00:29:37 -0700
  • 45627d0a40
    `nvm exec`: add `--lts`/`--lts=argon` support. Jordan Harband 2016-05-03 23:18:44 -0700
  • d1e51f361c
    `nvm use`: Add `--lts`/`--lts=argon` support Jordan Harband 2016-05-01 23:41:39 -0700
  • bf683272ea
    `nvm alias`: colorize LTS aliases. Jordan Harband 2016-04-30 12:50:59 -0700
  • c83664960e
    Automatically create LTS aliases every time we talk to nodejs.org/dist Jordan Harband 2016-04-27 15:20:22 -0700
  • 17c9bef4aa
    `nvm alias`: add `lts/` support. Jordan Harband 2016-04-26 23:07:22 -0700
  • 9bd743e0be
    `nvm install`: Add support for `--lts` and `--lts=argon` Jordan Harband 2016-04-25 00:44:24 -0700
  • 44f4817f7d
    Prevent attempts to `nvm install --lts` Jordan Harband 2016-04-25 00:44:24 -0700
  • 4699657e98
    Add `--lts=argon` etc, so the LTS line can be targeted. Jordan Harband 2016-04-25 00:55:35 -0700
  • 1d908d8256
    Add `--lts` support to `nvm version-remote` Jordan Harband 2016-04-24 16:26:32 -0700
  • 584bdd8ba3
    Print the LTS version on all versions with that info, but put the non-latest in gray. Jordan Harband 2016-04-24 10:55:30 -0700
  • ae07c3c345
    Add support for `nvm ls-remote --lts` Jordan Harband 2016-04-23 23:47:25 -0700
  • cb326cb19d
    For now, keep the grep to do proper filtering Jordan Harband 2016-04-22 10:25:47 -0700
  • 01c8b04fd5
    Format LTS version when present. Jordan Harband 2016-04-18 00:42:56 -0700
  • 865d2fe3d6
    Include LTS version in `nvm_ls_remote` output. Jordan Harband 2016-04-17 23:39:27 -0700
  • 9d8841a46c
    Ensure only the version string is printed out in relevant places. Jordan Harband 2016-04-18 01:00:55 -0700
  • b2c5616d7a
    [Tests] avoid accidental command execution in test failure message. Jordan Harband 2016-07-17 19:54:26 -0700
  • ecbd7d4572 [Tests] use `-ex` option during tests when possible Jordan Harband 2016-07-07 00:00:59 -0700
  • 186eb8838d
    [Tests] make “nvm use iojs” test actually test that thing. Jordan Harband 2016-07-07 15:38:34 -0700
  • 803adac676
    [Fix] ensure proper checking of the “shwordsplit” zsh option. Jordan Harband 2016-07-08 02:11:51 -0700
  • 940f850f8d
    [Tests] clean up some tests Jordan Harband 2016-07-07 01:14:37 -0700
  • 54d58f88db Link to zsh-nvm in readme Luke Childs 2016-07-09 09:24:01 +0100
  • 78a008c3c7
    [Fix] use Solaris-compatible tail options. Jordan Harband 2016-07-06 15:31:25 -0700
  • 8c8bf1204c [Fix] install should not exit after successful git clone Owen Smith 2016-07-05 19:22:52 -0700
  • f3ce324e22 Merge pull request #1145 from robotlolita/patch-missing-version-error Jordan Harband 2016-07-05 19:10:45 -0700
  • 730b253174 Updates tests for the new output messages Quildreen Motta 2016-07-05 21:40:45 -0300
  • 0f26656c2c npm -> nvm, and minor formatting issues (Soreλ\a) 2016-07-05 20:34:08 -0300
  • 79d62fb16d Improve error messages for missing versions (Soreλ\a) 2016-07-05 19:55:39 -0300
  • 322d81d75f use git options instead of cd in install script Mohit Agarwal 2016-07-06 01:26:06 +0530
  • 70b8c59722 Add info about 'nvm: command not found'. Ref #576 Cezar Augusto 2016-07-04 02:28:05 -0300
  • 0b40139caa
    [Tests] set x option in update mock to better locate failures Jordan Harband 2016-07-02 18:37:53 -0700
  • 1bcd2f4743 Merge pull request #898 from PeterDaveHello/patch-1 Jordan Harband 2016-07-02 13:02:24 -0700
  • d47887ae8f use sh syntax highlight in README.markdown Peter Dave Hello 2016-07-01 23:29:37 +0800
  • 07bb79f405 Use `case` instead of multiple if/else statement. Peter Dave Hello 2016-07-01 23:22:15 +0800
  • 9e09c30621 update nodejs version list Peter Dave Hello 2016-07-01 23:39:54 +0800
  • 43c3c23928 [Fix] install script: remove more unnecessary `cd`ing. Jordan Harband 2016-06-30 13:26:31 -0700
  • cb4e010de7 [Fix] install script: Don’t attempt to `cd` twice. Jordan Harband 2016-06-30 13:04:45 -0700
  • a24ff3e605 Optionally installs Node.js if a version is provided Xavier Cambar 2014-10-13 14:05:06 +0200
  • 39c119c5db Merge pull request #566 from xcambar/nvm_install_dir Jordan Harband 2016-06-28 23:17:27 -0700
  • 6cee20a071 testing NVM_DIR Xavier Cambar 2014-10-31 13:04:26 +0100
  • c4be39b8be
    [Fix] remove the need for `sed -E` Jordan Harband 2016-06-27 21:50:45 -0700
  • 73aa35f508
    [Tests] use `$NVM_DIR` instead of relative paths Jordan Harband 2016-06-26 15:52:26 -0700
  • ce60b6c44a
    [Tests] update test mocks Jordan Harband 2016-06-25 17:03:46 -0700
  • e1fdd316b7
    [Refactor] create `nvm_grep` and remove standalone `GREP_OPTIONS` line. Jordan Harband 2016-06-25 13:27:56 -0700
  • 9f5322ee84
    v0.31.2 Jordan Harband 2016-06-25 09:42:53 -0700
  • b0244a133b
    [Fix] `nvm ls`: avoid use of `maxdepth` which is not on Solaris/SmartOS Jordan Harband 2016-06-24 01:38:27 -0700
  • fdc08122e3
    [Tests] swap order of slow + sourcing tests. Jordan Harband 2016-05-08 23:52:51 -0700
  • c9b7ccdaea
    Run `node` and `io.js` installation test suites separately. Jordan Harband 2016-05-08 22:21:33 -0700
  • d000624489 Merge pull request #1114 from brajpanda/patch-1 Jordan Harband 2016-06-19 22:26:58 -0700
  • 36b1ea9236
    [Fix] do not print help text on sourcing when an empty .nvmrc file is found. Jordan Harband 2016-06-14 09:57:37 -0700
  • 45ae48df2d
    [Fix] `nvm install -s`: when “core id” doesn’t appear in /proc/cpuinfo, fall back to counting “processor” lines. Jordan Harband 2016-06-13 08:41:17 -0700
  • d50272040d Slightly elaborated the instruction for manual install Braj 2016-06-11 17:56:11 +0530
  • b6481583af On aarch64 use arm64 packages ra100 2016-05-27 00:19:48 +0200
  • 03cf6950ce
    [shellcheck] remove use of `expr` Jordan Harband 2016-06-06 17:55:06 -0700
  • 20c551c608 Merge pull request #1106 from neilstuartcraig/patch-1 Jordan Harband 2016-06-03 13:57:50 -0700
  • 9327e49ab5 [docs] replace "simple" with "simply", revise to consistent colon usage chriskohlbrenner 2016-06-01 14:20:57 -0400
  • 337ddbac16 Lowercase NVM Neil Craig 2016-06-01 13:33:16 +0100
  • 251a2f3409
    [Fix] ensure `uname` is unaliased. Jordan Harband 2016-05-30 18:06:33 -0700
  • b227f4dc77 [Docs] add some OS X notes to the README Jordan Harband 2016-05-25 11:34:54 +0200
  • a2111c735e Update README.markdown Rudolph Sand 2016-05-25 02:16:57 +0200
  • f62747c29c [Fix] `set -u`: is variable set test Stephan DONIN 2016-05-20 10:49:02 +0900