Commit Graph

  • 74f9674a5d Update README.markdown with some stylistic changes Dayton 2016-05-17 16:49:18 -0500
  • ccde2898f8
    [help] Add `nvm ls-remote <version>`. Jordan Harband 2016-05-13 10:14:12 -0500
  • 6e18d959c7
    [shellcheck] clean up unquoted args etc Jordan Harband 2016-05-11 15:37:21 -0700
  • 6dd6a0d213
    [Fix] `dash` does not support string substitution :-( Jordan Harband 2016-05-10 01:17:31 -0700
  • 36c65d7115
    [shellcheck] add spellcheck override comments Jordan Harband 2016-05-10 01:11:17 -0700
  • ec2f450b6e
    v0.31.1 Jordan Harband 2016-05-09 22:06:43 -0700
  • eeaddf9ab0
    Don’t restrict colors to TTYs. Jordan Harband 2016-05-08 17:10:02 -0700
  • 0880539972
    `nvm_strip_path`: Error out when `$NVM_DIR` is not set. Jordan Harband 2016-05-08 20:05:59 -0700
  • 6311a0e9c4
    `nvm ls`/`nvm alias`/`nvm ls-remote`: only colorize when colors are supported. Jordan Harband 2016-05-07 18:51:21 -0700
  • bc3d028152
    `nvm alias`: colorize output when creating aliases. Jordan Harband 2016-05-07 18:14:11 -0700
  • fc82742a8b
    [Robustness] add a missing `command` to a `sed` call Jordan Harband 2016-05-06 12:29:01 -0700
  • a551306275 Merge pull request #1076 from ejinotti/master Jordan Harband 2016-05-06 10:24:07 -0700
  • d4d879e622 zsh script: Check version / .nvmrc on new shell also. Edward J. Jinotti 2016-04-28 11:14:23 -0400
  • 05a2d986a4 Improve zsh script to revert to default node version when exiting a .nvmrc directory. Edward J. Jinotti 2016-04-28 10:49:13 -0400
  • a94ade8ec2
    [Fix] don’t use bash `==` in conditionals Jordan Harband 2016-05-06 01:00:56 -0700
  • eb329ae7a9
    [minor] display `chmod` command as well to fix file permissions. Jordan Harband 2016-05-05 23:58:27 -0700
  • 1ca2aa648f
    [minor] Echo nonwritable file path to stderr. Jordan Harband 2016-05-05 23:53:13 -0700
  • f49eb61f8e
    [Improvement] Use `nvm_sanitize_path` in `nvm_check_file_permissions`. Jordan Harband 2016-05-05 23:52:51 -0700
  • d1962c6742
    [Refactor] clean up `nvm_sanitize_path` Jordan Harband 2016-05-05 23:52:26 -0700
  • 06c1cfcd85
    [Refactor] avoid some pipes to `awk` Jordan Harband 2016-05-05 01:30:38 -0700
  • 8a138d98ed
    [Refactor] Use `awk` to improve version comparison performance Jordan Harband 2016-05-05 01:27:17 -0700
  • 4842641e78
    [Refactor] create `nvm_echo` and `nvm_err` Jordan Harband 2016-05-05 00:17:35 -0700
  • 62cca4e6d8
    Prefer `nvm --help` over `nvm help` Jordan Harband 2016-05-05 00:14:12 -0700
  • ab49a5b0c3
    [refactor] `nvm run`: call through to `nvm exec` to remove redundant code Jordan Harband 2016-05-04 00:58:12 -0700
  • a69f9a8898
    [fix] `nvm run`: pass through `--silent` on bare `nvm run` Jordan Harband 2016-05-04 00:58:08 -0700
  • e8355e3189
    [refactor] `nvm run`: refactor argument parsing. Jordan Harband 2016-05-04 00:35:43 -0700
  • 0d62626ac6
    [refactor] `nvm exec`: refactor argument parsing. Jordan Harband 2016-05-04 00:34:07 -0700
  • 6fb94e0dab
    [fix] `nvm exec`: show “io.js” for io.js versions. Jordan Harband 2016-05-04 00:33:56 -0700
  • 0dd2846215
    [fix] `set -e`: ensure `nvm_version` returning 3, and `nvm_alias` returning 2, doesn’t terminate the process. Jordan Harband 2016-05-04 01:03:14 -0700
  • 1c3f8da6c3
    `nvm alias`: factor out alias creation to `nvm_make_alias` Jordan Harband 2016-04-27 14:23:34 -0700
  • 2d50606a78
    [Tests] flesh out `nvm_print_default_alias` tests Jordan Harband 2016-04-30 00:38:49 -0700
  • d705ec7ebf
    [refactor] run through shellcheck Jordan Harband 2016-04-30 00:33:28 -0700
  • 09f86b0e6e
    [Refactor] Create and use `nvm_is_version_installed` Jordan Harband 2016-04-27 17:11:16 -0700
  • 1f336ffbfe
    Use `language: generic` in `.travis.yml` Cătălin Mariș 2016-04-28 12:27:13 +0300
  • fc68e615b2
    `nvm alias`: colorize output to match `nvm ls` Jordan Harband 2016-04-27 22:35:14 -0700
  • 379d079c30
    [Tests] Ensure color codes are stripped in alias tests. Jordan Harband 2016-04-27 17:05:33 -0700
  • 9106cc25a4 Switch from pull to fetch in the manual update guide Philip Ingrey 2016-04-27 11:29:18 +0100
  • 91c77c6ba8
    [Tests] fix shebangs Jordan Harband 2016-04-27 17:34:53 -0700
  • ec54c925c1
    [Tests] use mocks for `nvm_ls_remote`/`nvm_ls_remote_iojs` tests. Jordan Harband 2016-04-27 01:25:56 -0700
  • 677c69dda0
    `nvm alias`: explicitly forbid user aliases in subdirs. Jordan Harband 2016-04-26 23:07:10 -0700
  • 1eb4d482e0
    `nvm alias`: If the alias target is empty, call into `nvm unalias` Jordan Harband 2016-04-26 22:58:31 -0700
  • 4df2a7fca9
    `nvm alias`: factor out alias printing logic to functions Jordan Harband 2016-04-26 22:29:55 -0700
  • 7b1a4e5126
    `nvm alias`: slightly speed up alias resolution. Jordan Harband 2016-04-26 22:21:57 -0700
  • 886cde7da5
    Readme: Clean up trailing whitespace Jordan Harband 2016-04-27 01:08:20 -0700
  • 804eae30fb Added section about verifying nvm install using the command util Oskar Eriksson 2016-04-27 08:12:53 +0200
  • b0693f2d6a Add fin https://github.com/fisherman/fin. Jorge Bucaran 2016-04-27 11:24:59 +0900
  • 96afff7af2
    [Tests] Set up “mocks” directory, and updater script. Jordan Harband 2016-04-19 22:49:49 -0700
  • ac18d01854
    [Tests] update index.tab data mocks. Jordan Harband 2016-04-18 20:43:08 -0700
  • 755c39209e
    [Refactor] make `check_file_permissions` be pure instead of relying on a closure. Jordan Harband 2016-04-18 18:23:24 -0700
  • 86c8b116d1 Merge pull request #847 from lukechilds/uninstall-bug Jordan Harband 2016-04-18 17:53:41 -0700
  • 3a2d35f167 Check permissions in shell rather than using find -exec Luke Childs 2016-04-19 01:40:16 +0100
  • 5970a06b19 Add slow test to check nvm uninstall with file permission error Luke Childs 2016-04-18 22:08:40 +0100
  • dff4f80f32 Add fast test to check nvm uninstall with file permission error Luke Childs 2016-04-17 22:26:09 +0100
  • 6fb528f4e4 Add slow test to check nvm uninstall Luke Childs 2016-04-17 22:23:56 +0100
  • 005e29a223 Check dir permissions before attempting to nvm uninstall Luke Childs 2016-04-17 22:22:37 +0100
  • d3e334d86d [Fix] `read` exits 1 when `.nvmrc` lacks a trailing newline - avoid that. Jordan Harband 2016-04-04 22:08:36 -0700
  • 6299cba467 Update README.markdown igrayson 2016-04-02 16:48:37 -0700
  • b6f160a7b3 Fixes #995: Add example .nvmrc to the README Vincent Tunru 2016-03-26 12:48:28 +0100
  • 273ebedc55 [Fix] avoid an unbound variable when `nounset` bash option is set. Jordan Harband 2016-03-18 00:28:30 -0700
  • d03f575446 Adds fast-nvm-fish to README Frankie Bagnardi 2016-03-17 14:14:21 -0700
  • 8fb4ee0789 Unset unnecessary environment variables Robson Peixoto 2016-03-10 19:37:51 -0300
  • d8a3b074a6 fixed the number of alternatives in Windows in README.markdown flowmemo 2016-03-11 23:31:28 +0800
  • 972be30a1a Add link to avn Whitney Young 2016-03-08 13:46:36 -0800
  • ae70d558cb
    Add section about "Deeper shell integration" Tobias Witt 2016-03-08 18:30:14 +0100
  • e76221fd15 Added note about OSX's missing .bash_profile file. Adam Patridge 2016-03-03 14:01:23 -0700
  • 2176894a5b v0.31.0 Jordan Harband 2016-02-15 09:18:15 -0800
  • cf7d5d8042 Merge pull request #1011 from dohse/keep-parameters Jordan Harband 2016-02-15 09:17:24 -0800
  • 7135873f80 Do not modify parameters of sourcing script in zsh Jonas Dohse 2016-02-15 12:49:56 +0100
  • dc9020b133 Merge pull request #1004 from tlevine/env-bash Jordan Harband 2016-02-14 12:05:10 -0800
  • 0eaa7e0bde use env bash in nvm-exec and install.sh Thomas Levine 2016-02-14 10:07:10 +0000
  • 06b81f0f36 use env bash rather than /bin/bash Thomas Levine 2016-02-08 15:29:09 +0000
  • 8a20234586 Document how to reload nvm after upgrading gmisra 2016-02-09 17:53:26 -0800
  • 44541b416f [New] After installing, ensure that the default is set. Jordan Harband 2016-02-04 00:26:33 -0800
  • 731c2f3f70 Add `nvm_get_minor_version` Jordan Harband 2016-02-04 11:16:09 -0800
  • de64a2d95f [Fix] `nvm_format_version` should only return 3 version groups Jordan Harband 2016-02-06 22:34:49 -0800
  • 77e0449c89 [Fix] `nvm-exec`: properly exit when failing; improve error messages, suppress `nvm use --help` output Jordan Harband 2016-02-04 11:19:34 -0800
  • 649e416017 [Refactor]Double quote to prevent globbing and word splitting. Sébastien Larivière 2016-01-30 20:46:25 -0500
  • 754a0d7c5b Merge pull request #981 from woodb/node-v4-checksums Jordan Harband 2016-01-24 10:40:06 -0800
  • f73bfb6578 Updated warning message when sha256sum utility not found Brandon Wood 2016-01-24 11:53:19 -0600
  • f1bca106a8 Added (optional) support for sha256 checksum utils Brandon Wood 2016-01-23 22:17:43 -0600
  • 560c8c9500 Added support for sha256 checksums Brandon Wood 2016-01-23 21:25:03 -0600
  • 21c3727955 v0.30.2 Jordan Harband 2016-01-21 00:23:01 -0800
  • 4fcf37fa29 [New] support `--no-use` on sourcing, in supported shells. Jordan Harband 2016-01-20 12:50:45 -0800
  • e76fe61d95 Add missing space before closing bracket Nick Hwang 2016-01-19 13:03:11 -0500
  • 00a8b36b78 [Fix] handle unbound shell variables. Jordan Harband 2016-01-17 15:12:02 -0800
  • 1e1a005a53 [Docs] Add manual upgrade instructions to README.markdown Dwayne Crooks 2016-01-15 05:51:51 -0400
  • 1ba8a96ec9 Merge pull request #957 from matthew-campbell/fix-profile-var Jordan Harband 2016-01-02 09:04:07 -0800
  • 4f4ff208eb Improve error messages Matthew Campbell 2016-01-02 11:16:50 -0500
  • 78fee866f5 Remove usage of declare Matthew Campbell 2016-01-01 22:33:45 -0500
  • 8dc53d4dd5 Refactor and fix nvm_detect_profile tests Matthew Campbell 2016-01-01 20:45:36 -0500
  • 645bda4987 Addresses comments to close #833 Matthew Campbell 2016-01-01 14:09:35 -0500
  • 918fcb4bd2 PROFILE env var should override detected profile David Mankin 2015-09-15 23:34:02 +0000
  • cb138a1815 Fix error messages in tests David Mankin 2015-09-15 23:27:51 +0000
  • 6094dac1c1 [Fix] `nvm debug` was printing a red herring error message in non-zsh. Jordan Harband 2015-12-30 09:45:13 -0800
  • 0aa3118de3 v0.30.1 Jordan Harband 2015-12-28 12:46:41 -0800
  • 2541baaf7d [Refactor] Create `nvm_get_make_jobs` to abstract out “-j” logic. Jordan Harband 2015-12-28 12:20:14 -0800
  • dc8b63cb25 [Fix] `nvm install -s`: fix syntax errors. Jordan Harband 2015-12-28 12:19:50 -0800
  • f3cc95bc66 Merge pull request #952 from davemay99/install-fix-quotes Jordan Harband 2015-12-28 09:24:42 -0800
  • 00d4520d35 Merge remote-tracking branch 'creationix/master' into install-fix-quotes Dave May 2015-12-28 12:08:57 -0500
  • 8ec056f768 v0.30.0 Jordan Harband 2015-12-27 23:19:14 -0800