Commit Graph

  • 0471d0ffd6 Adding iojs to README. Mikeal Rogers 2015-01-20 10:21:18 -0500
  • 43a7d78693 v0.23.0 v0.23.0 Jordan Harband 2015-01-19 22:15:06 -0800
  • 879dda6c3d Merge pull request #616 from ljharb/iojs Jordan Harband 2015-01-19 22:14:46 -0800
  • ea12784629 Clean up `nvm ls-remote` behavior when one of node/iojs reports N/A. Jordan Harband 2015-01-19 12:33:26 -0800
  • f1f11e3b7a Ensure `nvm_version node` and `nvm_version node-` report the latest stable node version. Jordan Harband 2015-01-19 10:05:36 -0800
  • 247bd310ef Clean up `nvm uninstall node` and `nvm uninstall iojs` behavior. Jordan Harband 2015-01-19 10:04:12 -0800
  • dbeeb683da Fix `nvm_strip_path` for >= v0.12.0 node, and all io.js versions. Jordan Harband 2015-01-18 23:55:26 -0800
  • 39a75e616d Add support for `nvm use node`, `nvm use iojs`, `nvm ls node`, and `nvm ls iojs` Jordan Harband 2015-01-18 20:45:02 -0600
  • 3cf68dc18d Add `nvm_has_system_iojs` Jordan Harband 2015-01-18 20:55:48 -0600
  • ed22d3de2d Add support for `nvm install node` and `nvm install iojs` Jordan Harband 2015-01-16 11:10:37 -0600
  • 952096d034 Add iojs support to "install" Jordan Harband 2015-01-13 17:52:18 -0800
  • dd3a3763ce Add `io.js` support to `nvm uninstall` Jordan Harband 2015-01-16 10:41:40 -0600
  • 41c379839d Make sure `nvm run` works with iojs prefixes. Jordan Harband 2015-01-15 01:38:47 -0800
  • d9340b6a53 io.js does not have a SunOS binary. Jordan Harband 2015-01-13 17:48:15 -0800
  • b0d6c05d6e Make `nvm ls-remote iojs [foo]` only show iojs versions, and `nvm ls-remote node [foo]` only show node versions. Jordan Harband 2015-01-13 14:19:58 -0800
  • 58ab2c3128 Add iojs support to `nvm_remote_version` Jordan Harband 2015-01-13 02:22:22 -0800
  • d70f0357f5 Add `nvm_ls_remote_iojs` and `nvm ls-remote` support for iojs. Jordan Harband 2015-01-13 02:14:29 -0800
  • 5143de9653 Make `nvm_ls_current` work with `iojs`-prefixed versions. Jordan Harband 2015-01-13 01:04:45 -0800
  • 5c336a7ccb Make `nvm_print_versions` support iojs via `nvm_version_path`. Jordan Harband 2015-01-13 00:49:31 -0800
  • f661617f1c Make `nvm_ls foo` work with `iojs`-prefixed version strings. Jordan Harband 2015-01-12 18:16:11 -0800
  • d28703f9e0 Update `nvm_ensure_version_prefix` to support `iojs`-prefixed version strings. Jordan Harband 2015-01-12 18:15:51 -0800
  • b7983842aa Add `nvm_add_iojs_prefix` Jordan Harband 2015-01-13 00:57:32 -0800
  • c12104cecd Add `nvm_strip_iojs_prefix` Jordan Harband 2015-01-12 18:15:25 -0800
  • 98e0655198 Add `nvm_is_iojs_version` Jordan Harband 2015-01-12 18:15:15 -0800
  • c46748a379 Add `nvm_node_prefix` Jordan Harband 2015-01-13 14:16:35 -0800
  • 8be97c8abb Add `nvm_iojs_prefix` Jordan Harband 2015-01-12 18:15:04 -0800
  • 3fa11c35cb Add io.js support to `nvm_version_dir` Jordan Harband 2015-01-12 00:33:13 -0800
  • 654c37bc29 Make sure to add a test for implicit source installation. Jordan Harband 2015-01-18 12:11:21 -0600
  • c6a9f7baae Merge pull request #613 from jsha/https Jordan Harband 2015-01-18 22:25:12 -0800
  • bb2564d6db npmjs.org -> npmjs.com Jacob Hoffman-Andrews 2015-01-18 22:24:22 -0800
  • 896a7eddd3 Move some URLs to HTTPS. Jacob Hoffman-Andrews 2015-01-18 12:05:44 -0800
  • 8ae7b33632 Improving failure messages on this test Jordan Harband 2015-01-16 16:09:14 -0600
  • eb8c3414dd Move `nvm_get_latest` tests from "installation" to "slow" Jordan Harband 2015-01-17 11:27:42 -0600
  • 9615672243 Move node-specific installation tests to their own directory. Jordan Harband 2015-01-17 11:26:52 -0600
  • 78c1f2cf9d Split up this `nvm current` and `node 0.6.21-pre` test into separate tests. Jordan Harband 2015-01-16 15:36:32 -0600
  • 448bd38a55 v0.22.2 v0.22.2 Jordan Harband 2015-01-14 15:44:40 -0800
  • 0ad5a450fe Put node versions >= 0.12 in `versions/node` instead of just `versions` Jordan Harband 2015-01-14 12:23:06 -0800
  • d5e21be164 Add `nvm_ensure_version_prefix` unit tests. Jordan Harband 2015-01-13 23:51:54 -0800
  • 797c5ab70b Move "install node from source" logic into `nvm_install_node_source` function. Jordan Harband 2015-01-13 17:33:19 -0800
  • 0e209ce890 Move "install node binary" logic into `nvm_install_node_binary` function. Jordan Harband 2015-01-13 14:08:56 -0800
  • 9a57a891b9 Refactor OS and architecture detection into separate functions. Jordan Harband 2015-01-13 02:41:55 -0800
  • 3d5ded1815 Update the way `nvm_ls` sorts things. Jordan Harband 2015-01-12 23:57:45 -0800
  • 7807a9f09e Consolidate "alias" directory to a method. Jordan Harband 2015-01-12 01:27:53 -0800
  • 835c006b5e Better way to search multiple directories in `nvm_ls` Jordan Harband 2015-01-12 01:15:48 -0800
  • 34e51f9f02 Proper quoting and $(…) vs `…`. Jordan Harband 2015-01-11 12:13:14 -0800
  • 4b5885d69d Store the version path in a local variable for reuse. Jordan Harband 2015-01-11 12:04:26 -0800
  • bf794ff8da Consistently prefix builtins with `command` Jordan Harband 2015-01-11 11:53:24 -0800
  • 0bd7372c64 Rename this local var in `nvm_version_dir` Jordan Harband 2015-01-10 20:10:00 -0800
  • 0a142b7e7a v0.22.1 v0.22.1 Jordan Harband 2015-01-10 19:43:36 -0800
  • 3fc82d6b2f Use `command sed` for people who alias `sed`. Jordan Harband 2015-01-09 01:50:05 -0800
  • c6489440dc Add nvm_ls_current test for #605 and `zsh`. Jordan Harband 2015-01-01 22:45:46 -0800
  • 67e8939311 Merge pull request #605 from dhcmrlchtdj/fix_which Jordan Harband 2015-01-01 22:28:30 -0800
  • a26007ec0d fix test suit niris 2015-01-02 12:51:59 +0800
  • 3f5ce8b93a Fix which command in zsh (#604). niris 2015-01-02 09:47:26 +0800
  • 8328741792 Removing an unnecessary `return $?` Jordan Harband 2014-12-28 22:29:26 -0800
  • 8e45afb9f1 Move the version to a single location, nvm_latest_version. Jordan Harband 2014-12-28 15:57:18 -0800
  • fd2fb24b03 Refactor `nvm_source` a bit. Jordan Harband 2014-12-28 15:54:09 -0800
  • 4708cc73ef Update `semver` Jordan Harband 2014-12-27 01:39:48 -0800
  • c91e8d0ba2 v0.22.0 v0.22.0 Jordan Harband 2014-12-26 16:30:21 -0800
  • f8b143c594 Merge pull request #602 from ljharb/install_on_source Jordan Harband 2014-12-26 14:03:22 -0800
  • 9a4e9060d8 Don't bother testing --install option on source, or supporting it, unless the shell supports passing options upon sourcing. Jordan Harband 2014-12-26 12:19:55 -0800
  • 3df0caefa5 Support `--install` option upon sourcing. Jordan Harband 2014-12-26 12:19:35 -0800
  • 274369dc40 Remove trailing whitespace Jordan Harband 2014-12-22 23:08:03 -0800
  • bef3a5ce3a v0.21.0 v0.21.0 Jordan Harband 2014-12-22 12:03:33 -0800
  • 0cb8c9ac2f Merge pull request #599 from ljharb/nvm_get_latest Jordan Harband 2014-12-22 11:02:07 -0800
  • 25c61594fe Tests for `nvm_get_latest` Jordan Harband 2014-12-21 18:13:59 -0800
  • 0a739e3fa9 Add `nvm_get_latest` Jordan Harband 2014-12-21 16:33:52 -0800
  • c0a20f2fa3 Update `semver` Jordan Harband 2014-12-19 17:13:00 -0800
  • 2d78d69d4c Properly outputting the version when nvm_version_path outputs the new "versions" subdirectory. Jordan Harband 2014-12-19 16:31:37 -0800
  • 9e17b5059c Return the proper exit code of `which` directly. Jordan Harband 2014-12-19 16:12:13 -0800
  • 0ac2c787be Merge pull request #597 from danielb2/which Jordan Harband 2014-12-19 13:05:39 -0800
  • 99ca0de18f revert echoing path. make tests even better Daniel Bretoi 2014-12-19 11:31:46 -0800
  • f196ace5dd style Daniel Bretoi 2014-12-19 11:05:51 -0800
  • d1a90ca15c work like system which. show system node without changing to use it Daniel Bretoi 2014-12-19 10:41:53 -0800
  • b3178ca925 Add "--quiet" to git commands post-install. Jordan Harband 2014-12-18 10:37:10 -0800
  • b9df3fccb4 Remove trailing whitespace. Jordan Harband 2014-12-17 01:30:29 -0800
  • f408d68afc Add `nvmrc` note to `nvm which` blurb. Jordan Harband 2014-12-17 01:30:23 -0800
  • fc3a30dd0e Add `nvm which` to `bash_completion` Jordan Harband 2014-12-17 01:29:38 -0800
  • 74b36b09ff Merge pull request #583 from danielb2/which Jordan Harband 2014-12-17 01:26:50 -0800
  • 080f2149ac Update `urchin` Jordan Harband 2014-12-08 21:51:06 -0800
  • 3bd148056e Fixing deactivate tests. Jordan Harband 2014-12-03 00:04:12 -0800
  • 5edf013127 Merge pull request #591 from mklement0/fix_make_file Jordan Harband 2014-12-02 23:40:24 -0800
  • ae908cbff6 obsolete check for the urchin cross-shell test feature; fix for spurious warnings; improved robustness Michael Klement 2014-12-03 01:47:54 -0500
  • 7805492bda merge with master Daniel Bretoi 2014-12-02 13:01:37 -0800
  • a1c0c34088 fix to proper echo of nvm which. Checkin test which had been left out Daniel Bretoi 2014-12-02 12:58:07 -0800
  • 234b925c7a style and remove nvm deactivate in nvm which Daniel Bretoi 2014-12-02 12:40:23 -0800
  • 8964cb46d3 v0.20.0 v0.20.0 Jordan Harband 2014-11-29 11:23:16 -0800
  • 383f39ab61 Global modules should not be requireable, and `npm root -g` should not be in `$NODE_PATH`. Jordan Harband 2014-11-29 08:52:09 -0800
  • 052743816f $NODE_PATH is special, so this function shouldn't risk clobbering it. Jordan Harband 2014-11-28 11:59:45 -0600
  • 7bbcd3a977 v0.19.0 v0.19.0 Jordan Harband 2014-11-23 14:49:38 -0800
  • e728577627 Rename `nvm copy-packages` to `nvm reinstall-packages`, and `--copy-packages-from` install option to `--reinstall-packages-from` Jordan Harband 2014-11-22 10:52:44 -0800
  • c33074cb54 Tweaking formatting of help output; adding `nvm exec` example. Jordan Harband 2014-11-22 10:45:53 -0800
  • 689c52c90d Install nvm-exec as well when installing via script. Jordan Harband 2014-11-22 10:31:42 -0800
  • 5904d41b25 Fixing a bug in install_as_script, from 516e553093 Jordan Harband 2014-11-22 10:29:48 -0800
  • 0c33fd2598 change to use default behavior for which Daniel Bretoi 2014-11-22 08:17:15 -0800
  • c9a53fe0c7 include nvm which in documentaiton Daniel Bretoi 2014-11-21 17:55:46 -0800
  • 8b25457b74 remove redundant lines from test file Daniel Bretoi 2014-11-21 17:53:08 -0800
  • ee520abf78 adding some tests for nvm which Daniel Bretoi 2014-11-21 17:51:49 -0800
  • b63042bd9f forgot to append bin Daniel Bretoi 2014-11-21 16:59:15 -0800
  • 382c3aa85e implements nvm which Daniel Bretoi 2014-11-21 16:54:31 -0800