Commit Graph

  • 93990ab7da
    v0.33.11 v0.33.11 Jordan Harband 2018-04-25 13:25:35 -0700
  • 61c7b133f8
    [Fix] `nvm install-latest-npm`: node v4.5 and v4.6 work on npm v5.4.1, but not v5.4.2 Jordan Harband 2018-04-25 10:08:41 -0700
  • eb0a8442d8
    [Fix] `nvm install-latest-npm`: node v4.5 and v4.6 work on npm v5.4.1, but not v5.4.2 Jordan Harband 2018-04-25 10:08:41 -0700
  • a26ab88478
    [Tests] fix `nvm install-latest-npm` tests to fail properly Jordan Harband 2018-04-24 22:23:44 -0700
  • 1f2a3234d2
    [Tests] add `nvm install-latest-npm` tests for all node versions Jordan Harband 2018-04-24 22:23:44 -0700
  • 34e1ec800e
    Merge tag 'v0.33.10' Jordan Harband 2018-04-24 22:09:27 -0700
  • 177a9673a7
    v0.33.10 v0.33.10 Jordan Harband 2018-04-24 22:08:51 -0700
  • db98f8cdaf
    [Fix] `install-latest-npm`: npm 6 is out, and requires node 6 or higher Jordan Harband 2018-04-24 14:39:46 -0700
  • c983fefbae
    Merge pull request #1734 from PeterDaveHello/improve-NVM_DIR-handling Jordan Harband 2018-04-24 16:22:42 -0700
  • 09f7bbb78c
    [Refactor] use a different approach to remove trailing slashes Jordan Harband 2018-04-24 13:24:08 -0700
  • 685312d600
    [Fix] Remove $NVM_DIR trailing slash automatically, fix #1708 Peter Dave Hello 2018-04-12 14:14:58 +0800
  • 42f11acce1
    [Fix] `install-latest-npm`: npm 6 is out, and requires node 6 or higher Jordan Harband 2018-04-24 14:39:46 -0700
  • d5dacdf80f
    [Fix] `nvm debug`: Fix sed syntax error in nvm_command_info() Peter Dave Hello 2018-04-17 18:09:47 +0800
  • d3a9272a0c [Refactor] Speedup nvm_list_aliases() Peter Dave Hello 2017-04-27 21:57:04 +0800
  • e7b42198b4
    [Fix] Improve .nvmrc reading process Peter Dave Hello 2018-02-20 03:34:43 +0800
  • 1b14e6b4d9
    v0.33.9 v0.33.9 Jordan Harband 2018-04-14 22:38:18 -0700
  • f060867f15
    Merge pull request #1739 from PeterDaveHello/add-editorconfig Jordan Harband 2018-04-14 22:36:25 -0700
  • 0da699605e
    [eclint] only check non-ignored files Jordan Harband 2018-04-14 22:12:22 -0700
  • 0731003cfe
    [New] Integrate eclint to test partial coding style Peter Dave Hello 2018-02-26 02:29:38 +0800
  • 544c3f4caa
    [New] Add EditorConfig to help maintain part of coding style Peter Dave Hello 2018-02-21 01:26:02 +0800
  • d9dc8464fd
    [Doc] Add macOS install script note about Git Peter Dave Hello 2018-04-13 01:14:39 +0800
  • ca66a13710
    `nvm debug`: Improve OS version detection Peter Dave Hello 2018-02-24 02:53:40 +0800
  • 8ff437ae51
    [Doc] Fix manual install & upgrade guide, fix #1772 Peter Dave Hello 2018-04-12 23:58:30 +0800
  • b15709e637 Turn off wget's output in nvm_get_latest() Peter Dave Hello 2018-04-12 23:39:26 +0800
  • 8b71861d06
    [Fix] `install.sh`: Detect profile with $BASH_VERSION and $ZSH_VERSION Brian M. Jemilo II 2018-04-09 15:13:02 -0500
  • 68fe26a5e4
    [Fix] Add autocompletion support to zsh Brian M. Jemilo II 2018-04-09 14:54:28 -0500
  • 37e0977e60
    `install.sh`: Improve install.sh prompt output, add a newline Peter Dave Hello 2018-04-10 15:53:33 +0800
  • 918a39a0d0
    [Tests] update mocks Jordan Harband 2018-04-09 23:29:37 -0700
  • 52f1b24895
    [Tests] fix mirrors in mocks update script Jordan Harband 2018-04-09 23:28:17 -0700
  • 74ff70aab3
    [Fix] installing with an LTS name should lowercase the name before ensuring a default Jordan Harband 2018-04-09 23:23:27 -0700
  • 663bddee9b
    [docs] Add removal instructions to README.md Ed Reel 2018-04-09 10:36:54 -0500
  • bc87d3dd1c
    removed global install on README.md. closes #1773 Guy Lepage 2018-04-04 19:03:03 -0400
  • d8689f6b9a
    `bash_completion`: Reduce startup time easyaspi314 (Devin) 2018-03-12 10:41:05 -0400
  • 0e3bb2cc47
    [Fix] ensure --reinstall-packages-from has a version number. Jordan Harband 2018-03-14 00:13:07 -0700
  • 2850e65b62
    [Docs] Fix some typos Peter Dave Hello 2018-03-03 21:18:42 +0800
  • 2859a19bbd
    [Docs] fix spelling Josh Soref 2018-03-06 04:38:01 +0000
  • d6fa67166c
    [Fix] `reinstall-packages`: Prevent install/link when no packages found Peter Dave Hello 2018-02-27 14:05:33 +0800
  • 25b7f264d5 [Fix] Use `nvm_echo` instead of `echo` directly Peter Dave Hello 2018-02-28 02:16:24 +0800
  • 5fc8bd950d
    Fix whitespace Jordan Harband 2018-02-25 13:34:28 -0800
  • 750571056c
    [Fix] Correct most of the wrong indentation Peter Dave Hello 2018-02-26 02:20:21 +0800
  • 5f53caadad
    [Refactor] Use grep `-q` parameter instead of redirect to /dev/null Peter Dave Hello 2018-02-03 11:29:31 +0800
  • 9c42470347
    [New] Add "$PATH" to `nvm debug` output Peter Dave Hello 2018-02-06 08:17:20 +0800
  • 9f34b3e95c Remove trailing space Peter Dave Hello 2018-02-26 01:03:01 +0800
  • 41ec44f6b5 Add missing final newline in test script Peter Dave Hello 2018-02-26 01:02:41 +0800
  • 2cd2c0f72e Remove useless trailing newlines Peter Dave Hello 2018-02-26 01:01:30 +0800
  • f3076d14c9
    [Fix] Add missing "command" prefixes for few commands Peter Dave Hello 2018-02-20 04:05:47 +0800
  • bb803492d8 Remove duplicate code in nvm_npm_global_modules() Peter Dave Hello 2018-02-05 06:21:33 +0800
  • f290ccf1d5
    [Fix] Add missing "command" prefix for "tr", fix #1725 Peter Dave Hello 2018-02-19 13:59:26 +0800
  • 225e447b54 [Doc] Update Docker image build info in README.md Peter Dave Hello 2018-02-19 00:27:04 +0800
  • 77da9f5a6d
    Optimize ShellCheck installation in Docker image Peter Dave Hello 2018-01-18 00:33:41 +0800
  • 3ed47431f8
    [New] Print $SHLVL in `nvm debug` Peter Dave Hello 2017-11-05 03:25:04 +0800
  • aad269d224
    Display FreeBSD and SunOS with correct caps Peter Dave Hello 2018-02-12 02:15:01 +0800
  • 74f455e610 [Docs] Add reminder that NVM_DIR should not contain trailing slash, fix for #1708 Christoph Krautz 2018-02-09 11:51:46 +0100
  • f5b5f2d41d
    [copyright] year to 2010 obsoleting future updations Karthik K 2018-01-26 12:20:13 +0530
  • a23f7169a6
    [Fix] Correct nvm.sh indent Peter Dave Hello 2018-01-26 11:30:57 +0800
  • 71032cfaa1
    [Tests] update to latest npm in this test Jordan Harband 2018-02-08 22:53:41 -0800
  • 6dd9ecb607
    [Docs] add `nvm which current` to `nvm --help` output Jordan Harband 2018-01-16 16:55:50 -0800
  • 7ca8acc98d
    [Docs] [Tests] Add escape sequences; add test for aliased `.` Yannick Ihmels 2018-01-13 21:25:30 +0100
  • d34bb3247d
    `install.sh`: Don't give detached HEAD advice when installing Paul Norman 2018-01-10 13:21:27 -0800
  • 3e81904525
    Update minimum git version to v1.17.10 Jordan Harband 2018-01-12 23:24:56 -0800
  • 7cba6cd6d0
    `install.sh`: detect a defined but nonexistent $NVM_DIR Jordan Harband 2018-01-06 09:34:11 -0800
  • 9273f23bc8
    [Docs] Explain `.nvmrc` better p-salido 2017-11-23 23:09:44 -0500
  • 2a259435c8
    Merge pull request #1684 from PeterDaveHello/ShellCheck-v0.4.7-fixes Jordan Harband 2017-12-13 14:49:34 -0800
  • 2a8a81da94 [Fix] ShellCheck SC1117 in nvm.sh & install.sh Peter Dave Hello 2017-12-09 17:47:38 +0800
  • fce7f4ed13 [Fix] Disable ShellCheck SC2207 in bash_completion line 14 Peter Dave Hello 2017-12-09 17:47:14 +0800
  • 7ad6d98ced
    v0.33.8 v0.33.8 Jordan Harband 2017-12-12 10:43:17 -0800
  • fa9c50520d [Fix] `nvm install-latest-npm`: fix for node 4.5/4.6. Jordan Harband 2017-12-12 00:13:00 -0800
  • 4846d57c69
    `nvm use`: perfect pre-npm-config env var checking Jordan Harband 2017-12-05 00:00:18 -0800
  • 65f0572bdc
    v0.33.7 v0.33.7 Jordan Harband 2017-12-08 21:21:42 -0800
  • b6a7a54d04
    [Fix] `nvm install-latest-npm`: fix node 4-4.6 Jordan Harband 2017-12-08 21:20:59 -0800
  • 8a8dcbb393
    Merge pull request #1676 from Quadric/fix-node-version-in-install-script Jordan Harband 2017-12-03 11:47:39 -0800
  • bacdd95591 Update test/install_script/nvm_install_with_node_version to use nvm ls 8 instead of grep! Ahmad Magdy 2017-11-30 15:33:01 +0100
  • 4b0563093c Add test nvm_install_with_node_version under test/install_script Ahmad Magdy 2017-11-30 15:23:37 +0100
  • c7ac69bfbb Fix nvm_install_node function in install.sh script to not override the actual NODE_VERSION value Ahmad Magdy 2017-11-30 14:47:42 +0100
  • a57fe846e8
    [Fix] `set -u`: ensure `NVM_USE_OUTPUT` is always set. Jordan Harband 2017-11-23 10:02:37 -0600
  • 7bfd1e0644
    Merge pull request #1669 from mail6543210/master Jordan Harband 2017-11-22 08:52:13 -0800
  • 9352f6913a Add symbolic link for printf in case of command-not-found mail6543210 2017-11-22 01:53:46 +0800
  • 16d3e6d2dc Remove unnecessary, incorrect workaround. mail6543210 2017-11-21 23:44:38 +0800
  • 91a29c0da2 Fix for $path used by zsh mail6543210 2017-11-20 22:31:12 +0800
  • 4b48556e92
    Merge pull request #1665 from norpol/fix_issue_1664_unassigned_variable_20171115 Jordan Harband 2017-11-17 23:31:26 -0600
  • be171bba33 Add unset-variable as exit error Phileas Lebada 2017-11-15 17:19:05 +0100
  • 049a86022f Add empty value to local variable Phileas Lebada 2017-11-15 17:17:57 +0100
  • a7b7eec0c5
    [Docs] Added missing piece David Gatti 2017-11-08 01:02:15 +0100
  • 9953a52afb
    Merge pull request #1644 from citrusui/patch-1 Jordan Harband 2017-10-28 22:42:14 -0700
  • fc30e0ade4
    Make `nvm cache clear` message less ambiguous Avery Magnotti 2017-10-28 20:30:28 -0400
  • b546436113
    v0.33.6 v0.33.6 Jordan Harband 2017-10-23 23:53:26 -0700
  • 016bc134d5 Typo Darío Hereñú 2017-10-23 02:23:04 -0300
  • 9c25a8f316 [Cleanup] Remove ghc related things in .travis.yml, cc #1619 Peter Dave Hello 2017-10-22 15:49:41 +0800
  • a954458829
    [Docs] Improve git installation instructions Christopher Beland 2017-10-18 10:39:11 -0400
  • 09951b49c5 Only apps should have lockfiles Jordan Harband 2017-10-05 13:34:54 -0700
  • 3b133fac2f
    [Fix] `install-latest-npm`: `npm` `v5.4`+ breaks on `node` `v4.5` and `v4.6`. Jordan Harband 2017-09-29 12:57:40 -0400
  • 6ac8ebafba Add a Git .mailmap with my new name Michał Gołębiowski-Owczarek 2017-10-04 12:55:41 +0200
  • 62fb0d0ad6 Merge pull request #1605 from PeterDaveHello/fix-install.sh Jordan Harband 2017-10-03 22:23:48 -0700
  • a461a0fffc [Fix] install.sh shouldn't use not existed $NVM_PROFILE Peter Dave Hello 2017-09-07 17:51:24 +0800
  • 6597e11971
    v0.33.5 v0.33.5 Jordan Harband 2017-09-29 12:50:27 -0400
  • 707d268a76 Merge pull request #1619 from PeterDaveHello/refactor-travis-config Jordan Harband 2017-09-28 10:45:49 -0700
  • 73ad812215 Remove the manual ShellCheck install proecss on Travis CI Peter Dave Hello 2017-09-24 23:46:06 +0800
  • 8c578b864d [Fix] ensure all `grep` calls go through `nvm_grep`. Jordan Harband 2017-09-22 19:11:43 -0700
  • d535c97d0f Enhance nvm debug with more tools info Peter Dave Hello 2017-09-21 22:09:02 +0800
  • 334897ae39
    Preserve PATH locations order when changing versions Xandor Schiefer 2016-11-14 19:19:39 +0200