Commit Graph

  • e1c84bae37 v0.29.0 v0.29.0 Jordan Harband 2015-10-09 01:52:19 -0700
  • a928a8f181 nvm exec: don't fall back to `.nvmrc` when the provided version is not installed. Jordan Harband 2015-10-08 17:37:53 -0700
  • 937c29c95a nvm run: use common code path for "ensure version installed" Jordan Harband 2015-10-08 16:46:16 -0700
  • a0e94e16de Make sure `nvm debug` doesn't use an overridden `sed` Jordan Harband 2015-10-08 00:19:53 -0700
  • 7028e5df19 Merge pull request #823 from jbergstroem/feature/prefer-xz Jordan Harband 2015-10-08 00:19:35 -0700
  • b8e4917646 Use `xz` tarballs if available Johan Bergström 2015-09-09 12:15:38 +1000
  • cb033adc6f nvm run: use common code path for "ensure version installed" Jordan Harband 2015-10-07 18:08:48 -0700
  • 20f4acdd25 [installing] echo the URL that the tarball is being downloaded from. Jordan Harband 2015-10-07 20:27:44 -0700
  • 41153e207d Ensure `nvm use` output shows up *after* `prefix` check passes. Jordan Harband 2015-10-07 14:40:31 -0700
  • 6b3c34313c Fix `nvm_ls` when `$NVM_DIR` has spaces in it. Jordan Harband 2015-10-07 13:57:29 -0700
  • 8541e2e1ee Properly quote some possible variables with spaces. Jordan Harband 2015-10-07 13:57:13 -0700
  • 1efc8b4dbe Merge pull request #859 from fresheneesz/patch-1 Jordan Harband 2015-10-05 16:01:58 -0700
  • 49f2c95013 Install OR update fresheneesz 2015-10-05 15:56:41 -0700
  • 06a21284ed Protect against `cat` clobbering. Fixes #858. Jordan Harband 2015-10-04 11:58:05 -0700
  • ebdcdc4363 v0.28.0 v0.28.0 Jordan Harband 2015-10-02 01:50:44 -0700
  • b805de80cb Add `PREFIX` and `NPM_CONFIG_PREFIX` env vars to `nvm debug` Jordan Harband 2015-10-01 10:05:13 -0700
  • 44f416d58f Create and use `nvm_sanitize_path` for `nvm debug` Jordan Harband 2015-10-01 09:41:34 -0700
  • 3d1ccfec70 Sort `nvm ls` results by semver version, so the order goes: "unmerged node", "iojs", "merged node". Jordan Harband 2015-09-30 22:05:18 -0700
  • f73ee40dfe Merge pull request #854 from misterdjules/fix-node-smartos-support Jordan Harband 2015-10-01 00:04:13 -0700
  • 2d692d9d78 Fix support for installing node on SmartOS Julien Gilli 2015-09-28 16:02:34 -0700
  • 8aebf86329 v0.27.1 v0.27.1 Jordan Harband 2015-09-27 06:40:29 -0700
  • 39dad845cf Do not exit install.sh on errors (revert part of 0787a559). Fixes #853. Jordan Harband 2015-09-27 06:32:00 -0700
  • 838d72688f v0.27.0 v0.27.0 Jordan Harband 2015-09-26 10:13:10 -0700
  • 8ee6f30352 Add support for `$NPM_CONFIG_PREFIX` to `nvm_die_on_prefix`. Jordan Harband 2015-09-23 06:25:55 -0700
  • 1458de7293 Ensure that if `npm config get prefix` is set to something outside `nvm`, that `nvm use` refuses to work. Jordan Harband 2015-09-21 04:47:37 -0700
  • a1def71062 Add `nvm_die_on_prefix` Jordan Harband 2015-09-21 04:47:30 -0700
  • eb81fba8f7 Add support for `--silent` to `nvm run` and `nvm exec`. Jordan Harband 2015-09-23 05:16:45 -0700
  • 7496a24bd6 Print the `npm` version when using `nvm exec` or `nvm run`. Jordan Harband 2015-09-23 05:02:41 -0700
  • c64a0343af [Docs] Add `nvm help` documentation for `nvm exec` Jordan Harband 2015-09-23 04:51:40 -0700
  • 643365a948 Allow `--silent` option to `nvm use` to be in any position. Jordan Harband 2015-09-20 19:45:53 -0700
  • 6e894520ec Use a tighter `grep` to avoid `dnvm.sh` conflicts. Jordan Harband 2015-09-19 22:55:19 +0900
  • 9e389eb9fe Attempt to fix #829. Jordan Harband 2015-09-19 13:37:08 +0900
  • 151efc32f5 Merge pull request #827 from lukechilds/master Jordan Harband 2015-09-13 23:57:45 +0900
  • bda1d2ec29 Revert "Source the nvm.sh file" Luke Childs 2015-09-12 23:05:56 +0100
  • e3528b0d9e Fix `nvm_ensure_version_installed iojs` to not print an empty string for the version. Jordan Harband 2015-09-11 10:42:47 +0900
  • 014a44e154 Minor refactoring to "install from source" logic tree. Jordan Harband 2015-09-10 22:37:50 +0900
  • c9215a127f When no `io.js` versions are installed, show `N/A`, not `io.js-`, as the resolved default alias. Jordan Harband 2015-09-09 22:37:32 +0900
  • c92effc6da Don't double-print *default* alias resolutions either. Jordan Harband 2015-09-09 22:38:54 +0900
  • 1e2a7a8de4 Sort `nvm ls-remote` output so the order is: "pre-merged", "iojs", "post-merged". Jordan Harband 2015-09-09 22:23:22 +0900
  • d4caf9fb67 Fix some logic errors in the new "merged node" code path. Jordan Harband 2015-09-09 09:46:39 +0900
  • 0ef20199dc Use `NVM_VERSION` instead of `VERSION` to be a bit less intrusive. Jordan Harband 2015-09-07 21:43:21 +0900
  • 0d898b0aa4 When `node` version is not io.js and is v1.0 or later, on `nvm install`, run `nvm_install_merged_node_binary` Jordan Harband 2015-08-22 22:10:33 -0700
  • 0181821b51 Add `nvm_install_merged_node_binary` Jordan Harband 2015-08-22 22:09:04 -0700
  • f34fef96d8 Add `nvm_is_merged_node_version` Jordan Harband 2015-08-23 22:09:31 -0700
  • 26ee4aafc0 v0.26.1 v0.26.1 Jordan Harband 2015-08-22 20:54:31 -0700
  • 8746d63041 Ensure after node v4.0 is released, `stable` will simply refer to the latest node. Jordan Harband 2015-08-22 09:45:49 -0700
  • b7e2d7d24d Oops, the string passed to `awk` isn't the same as a shell command. Jordan Harband 2015-08-16 18:08:50 -0700
  • 58ffa407c2 Prefixing more commands with `command` to bypass aliases. Jordan Harband 2015-08-15 23:56:32 -0700
  • 49abc9ce02 v0.26.0 v0.26.0 Jordan Harband 2015-08-13 17:10:08 -0700
  • 15876280f7 Remove trailing whitespace. Jordan Harband 2015-08-13 17:09:22 -0700
  • 9f653cc196 Merge pull request #802 from Alex7Kom/master Jordan Harband 2015-08-13 00:04:07 -0700
  • 543b86c060 Replace links to nvm-fish and nvm-fish-wrapper with a link to bass Alexey Komarov 2015-08-13 09:06:48 +0300
  • ba01993ea6 Merge pull request #799 from hkdobrev/neither Jordan Harband 2015-08-10 11:09:46 -0700
  • 31e7d5b36a Use neither in README Haralan Dobrev 2015-08-10 20:34:10 +0300
  • 17c68075e8 Use single quotes instead of double quotes for help output. Jordan Harband 2015-08-05 23:53:29 -0700
  • 3fcff872af Add explanatory note for `<version>` Jordan Harband 2015-08-05 23:53:17 -0700
  • c07838fcc0 Merge pull request #797 from Sequoia/patch-1 Jordan Harband 2015-08-05 21:03:30 -0700
  • fe1ed37520 Add usage string for --reinstall-packages-from Sequoia McDowell 2015-08-05 22:26:17 -0400
  • ae1c488fe1 Merge pull request #795 from reybango/master Jordan Harband 2015-08-04 14:38:38 -0700
  • d9662f138f Updated based on feedback from @ljharb on syntax description and functionality Rey Bango 2015-08-04 17:35:03 -0400
  • 071323847c Add `nvm version-remote`; document `nvm version` Jordan Harband 2015-08-04 14:03:57 -0700
  • b7a93be02e Updated to added npm to the text Rey Bango 2015-08-04 15:23:07 -0400
  • 3543cd5d2f Updated usage instructions to include --reinstall-packages-from syntax and example Rey Bango 2015-08-04 15:19:38 -0400
  • d7035c5e61 Redirect stderr output from `npm ls -g` to /dev/null. Jordan Harband 2015-08-03 16:41:47 -0700
  • 1f679fc055 Merge pull request #765 from CristianCantoro/master Jordan Harband 2015-07-21 16:37:03 -0700
  • c37dbbecb4 Detect shell type from $SHELL variable instead of .$SHELLrc files Cristian Consonni 2015-07-19 02:01:06 +0200
  • f81b6d6b7b Update `semver` Jordan Harband 2015-07-18 12:20:53 -0700
  • d57f7ea54a Merge pull request #776 from IonicaBizauKitchen/source-nvm.sh Jordan Harband 2015-07-18 12:02:08 -0700
  • 759f86f946 Tweaking local variable name to avoid pollution under `ksh`. Jordan Harband 2015-07-18 09:31:07 -0700
  • 60c2f3705e Merge pull request #780 from alanmquach/silent-source Jordan Harband 2015-07-18 09:29:40 -0700
  • 657192dd27 Adding unit tests for --silent Alan Quach 2015-07-10 10:27:35 +1000
  • 98e40a8da5 Expanding to full if statements because the shorthand results in non-zero exit codes Alan Quach 2015-07-09 18:40:52 +1000
  • 2da44f90d2 Silencing error outputs as well (for consistency and following after things like curl) Alan Quach 2015-07-09 18:00:13 +1000
  • 88a50780fc Removing global NVM_SILENT and adding/using '--silent' option to nvm use instead Alan Quach 2015-07-09 17:44:09 +1000
  • 9419794b19 Guarding npm version printing with NVM_SILENT flag check; when sourcing nvm.sh, a considerable amount of time is spent running npm --version only for that output to be black-holed to /dev/null Alan Quach 2015-07-09 09:56:26 +1000
  • b4151e1446 Source the nvm.sh file Ionică Bizău 2015-06-30 09:47:55 +0300
  • f2d31b0458 Some refactoring to clear up the path to `io.js` release candidate support. Jordan Harband 2015-07-03 21:10:12 -0700
  • 0b41352210 Factor out global installs/links into `nvm_npm_global_modules` function. Jordan Harband 2015-07-02 23:47:29 -0700
  • be5e8de0c8 Fix `nvm reinstall-packages` for linked packages, broken in 7bce6c6c68 Jordan Harband 2015-07-02 22:45:11 -0700
  • 3ef937a64e Make `nvm_ensure_version_installed` slightly more efficient. Jordan Harband 2015-06-28 18:15:15 -0700
  • a21b2e6962 Refactor this `nvm use` `case` statement out into an `nvm_match_version` function. Jordan Harband 2015-06-28 18:08:38 -0700
  • cc090f4476 Speed up `nvm_print_npm_version`. Jordan Harband 2015-06-28 16:23:12 -0700
  • c31b072145 Fix `nvm debug` output in `zsh`. Jordan Harband 2015-06-28 17:19:15 -0700
  • 7bce6c6c68 `nvm reinstall-packages` should install the same version it had before. Jordan Harband 2015-06-29 00:04:59 -0700
  • fb2f1ac627 Merge pull request #778 from williamboman/chore/rewording Jordan Harband 2015-07-02 12:44:37 -0700
  • bc3840b6f3 nvm.sh: s/copying/reinstalling/ William Boman 2015-07-02 21:21:51 +0200
  • 6b8fd19d76 Merge pull request #766 from lukechilds/master Jordan Harband 2015-06-18 13:42:48 -0700
  • c1ef31df53 Remove unnecessary nvm use lukechilds 2015-06-13 19:38:28 +0100
  • 3b67b3b9bb Use node instead of nvm run and check v8_use_snapshot in node rather than shell lukechilds 2015-06-13 18:52:54 +0100
  • 83466446ce Added newline to end of ARM test lukechilds 2015-06-13 16:10:49 +0100
  • 3214caa4ec Adding installation test for disabling V8 snapshot on ARM lukechilds 2015-06-13 15:58:27 +0100
  • 67f2ee82ca POSIX compatibility lukechilds 2015-06-13 10:13:15 +0100
  • 1f13f15620 Add --without-snapshot configure flag to ARM devices lukechilds 2015-06-12 23:36:02 +0100
  • fe044c5e3b `spawn-sync` now dedupes to the top level with this group of packages. Jordan Harband 2015-06-07 01:10:55 -0700
  • 3cfa1ed4e1 Remove `$NVM_IOJS_ORG_VERSION_LISTING` env var. Jordan Harband 2015-06-06 22:39:03 -0700
  • d78722b284 v0.25.4 v0.25.4 Jordan Harband 2015-05-29 11:11:40 -0700
  • 4c475b2767 Use the original `ls` instead of aliases. Jordan Harband 2015-05-29 11:09:08 -0700
  • 00f3ba0831 v0.24.2 v0.24.2 Jordan Harband 2015-05-22 15:20:49 -0700
  • 0f1efc825e Make sure sourcing `nvm.sh` on shells that don't support source options doesn't exit nonzero. Jordan Harband 2015-05-22 00:15:43 -0700
  • a539cba11e v0.25.3 v0.25.3 Jordan Harband 2015-05-22 15:18:46 -0700