5c336a7ccbMake `nvm_print_versions` support iojs via `nvm_version_path`.
Jordan Harband
2015-01-13 00:49:31 -0800
f661617f1cMake `nvm_ls foo` work with `iojs`-prefixed version strings.
Jordan Harband
2015-01-12 18:16:11 -0800
d28703f9e0Update `nvm_ensure_version_prefix` to support `iojs`-prefixed version strings.
Jordan Harband
2015-01-12 18:15:51 -0800
b7983842aaAdd `nvm_add_iojs_prefix`
Jordan Harband
2015-01-13 00:57:32 -0800
c12104cecdAdd `nvm_strip_iojs_prefix`
Jordan Harband
2015-01-12 18:15:25 -0800
98e0655198Add `nvm_is_iojs_version`
Jordan Harband
2015-01-12 18:15:15 -0800
c46748a379Add `nvm_node_prefix`
Jordan Harband
2015-01-13 14:16:35 -0800
8be97c8abbAdd `nvm_iojs_prefix`
Jordan Harband
2015-01-12 18:15:04 -0800
3fa11c35cbAdd io.js support to `nvm_version_dir`
Jordan Harband
2015-01-12 00:33:13 -0800
654c37bc29Make sure to add a test for implicit source installation.
Jordan Harband
2015-01-18 12:11:21 -0600
c6a9f7baaeMerge pull request #613 from jsha/https
Jordan Harband
2015-01-18 22:25:12 -0800
bb2564d6dbnpmjs.org -> npmjs.com
Jacob Hoffman-Andrews
2015-01-18 22:24:22 -0800
896a7eddd3Move some URLs to HTTPS.
Jacob Hoffman-Andrews
2015-01-18 12:05:44 -0800
8ae7b33632Improving failure messages on this test
Jordan Harband
2015-01-16 16:09:14 -0600
eb8c3414ddMove `nvm_get_latest` tests from "installation" to "slow"
Jordan Harband
2015-01-17 11:27:42 -0600
9615672243Move node-specific installation tests to their own directory.
Jordan Harband
2015-01-17 11:26:52 -0600
78c1f2cf9dSplit up this `nvm current` and `node 0.6.21-pre` test into separate tests.
Jordan Harband
2015-01-16 15:36:32 -0600
448bd38a55v0.22.2
Jordan Harband
2015-01-14 15:44:40 -0800
0ad5a450fePut node versions >= 0.12 in `versions/node` instead of just `versions`
Jordan Harband
2015-01-14 12:23:06 -0800
d5e21be164Add `nvm_ensure_version_prefix` unit tests.
Jordan Harband
2015-01-13 23:51:54 -0800
797c5ab70bMove "install node from source" logic into `nvm_install_node_source` function.
Jordan Harband
2015-01-13 17:33:19 -0800
0e209ce890Move "install node binary" logic into `nvm_install_node_binary` function.
Jordan Harband
2015-01-13 14:08:56 -0800
9a57a891b9Refactor OS and architecture detection into separate functions.
Jordan Harband
2015-01-13 02:41:55 -0800
3d5ded1815Update the way `nvm_ls` sorts things.
Jordan Harband
2015-01-12 23:57:45 -0800
7807a9f09eConsolidate "alias" directory to a method.
Jordan Harband
2015-01-12 01:27:53 -0800
835c006b5eBetter way to search multiple directories in `nvm_ls`
Jordan Harband
2015-01-12 01:15:48 -0800
34e51f9f02Proper quoting and $(…) vs `…`.
Jordan Harband
2015-01-11 12:13:14 -0800
4b5885d69dStore the version path in a local variable for reuse.
Jordan Harband
2015-01-11 12:04:26 -0800
bf794ff8daConsistently prefix builtins with `command`
Jordan Harband
2015-01-11 11:53:24 -0800
0bd7372c64Rename this local var in `nvm_version_dir`
Jordan Harband
2015-01-10 20:10:00 -0800
0a142b7e7av0.22.1
Jordan Harband
2015-01-10 19:43:36 -0800
3fc82d6b2fUse `command sed` for people who alias `sed`.
Jordan Harband
2015-01-09 01:50:05 -0800
c6489440dcAdd nvm_ls_current test for #605 and `zsh`.
Jordan Harband
2015-01-01 22:45:46 -0800
67e8939311Merge pull request #605 from dhcmrlchtdj/fix_which
Jordan Harband
2015-01-01 22:28:30 -0800
a26007ec0dfix test suit
niris
2015-01-02 12:51:59 +0800
3f5ce8b93aFix which command in zsh (#604).
niris
2015-01-02 09:47:26 +0800
8328741792Removing an unnecessary `return $?`
Jordan Harband
2014-12-28 22:29:26 -0800
8e45afb9f1Move the version to a single location, nvm_latest_version.
Jordan Harband
2014-12-28 15:57:18 -0800
fd2fb24b03Refactor `nvm_source` a bit.
Jordan Harband
2014-12-28 15:54:09 -0800
4708cc73efUpdate `semver`
Jordan Harband
2014-12-27 01:39:48 -0800
c91e8d0ba2v0.22.0
Jordan Harband
2014-12-26 16:30:21 -0800
f8b143c594Merge pull request #602 from ljharb/install_on_source
Jordan Harband
2014-12-26 14:03:22 -0800
9a4e9060d8Don'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
3df0caefa5Support `--install` option upon sourcing.
Jordan Harband
2014-12-26 12:19:35 -0800
274369dc40Remove trailing whitespace
Jordan Harband
2014-12-22 23:08:03 -0800
bef3a5ce3av0.21.0
Jordan Harband
2014-12-22 12:03:33 -0800
0cb8c9ac2fMerge pull request #599 from ljharb/nvm_get_latest
Jordan Harband
2014-12-22 11:02:07 -0800
25c61594feTests for `nvm_get_latest`
Jordan Harband
2014-12-21 18:13:59 -0800
0a739e3fa9Add `nvm_get_latest`
Jordan Harband
2014-12-21 16:33:52 -0800
c0a20f2fa3Update `semver`
Jordan Harband
2014-12-19 17:13:00 -0800
2d78d69d4cProperly outputting the version when nvm_version_path outputs the new "versions" subdirectory.
Jordan Harband
2014-12-19 16:31:37 -0800
9e17b5059cReturn the proper exit code of `which` directly.
Jordan Harband
2014-12-19 16:12:13 -0800
0ac2c787beMerge pull request #597 from danielb2/which
Jordan Harband
2014-12-19 13:05:39 -0800
99ca0de18frevert echoing path. make tests even better
Daniel Bretoi
2014-12-19 11:31:46 -0800
f196ace5ddstyle
Daniel Bretoi
2014-12-19 11:05:51 -0800
d1a90ca15cwork like system which. show system node without changing to use it
Daniel Bretoi
2014-12-19 10:41:53 -0800
b3178ca925Add "--quiet" to git commands post-install.
Jordan Harband
2014-12-18 10:37:10 -0800
b9df3fccb4Remove trailing whitespace.
Jordan Harband
2014-12-17 01:30:29 -0800
f408d68afcAdd `nvmrc` note to `nvm which` blurb.
Jordan Harband
2014-12-17 01:30:23 -0800
fc3a30dd0eAdd `nvm which` to `bash_completion`
Jordan Harband
2014-12-17 01:29:38 -0800
74b36b09ffMerge pull request #583 from danielb2/which
Jordan Harband
2014-12-17 01:26:50 -0800
080f2149acUpdate `urchin`
Jordan Harband
2014-12-08 21:51:06 -0800
3bd148056eFixing deactivate tests.
Jordan Harband
2014-12-03 00:04:12 -0800
5edf013127Merge pull request #591 from mklement0/fix_make_file
Jordan Harband
2014-12-02 23:40:24 -0800
ae908cbff6obsolete check for the urchin cross-shell test feature; fix for spurious warnings; improved robustness
Michael Klement
2014-12-03 01:47:54 -0500
7805492bdamerge with master
Daniel Bretoi
2014-12-02 13:01:37 -0800
a1c0c34088fix to proper echo of nvm which. Checkin test which had been left out
Daniel Bretoi
2014-12-02 12:58:07 -0800
234b925c7astyle and remove nvm deactivate in nvm which
Daniel Bretoi
2014-12-02 12:40:23 -0800
8964cb46d3v0.20.0
Jordan Harband
2014-11-29 11:23:16 -0800
383f39ab61Global 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
7bbcd3a977v0.19.0
Jordan Harband
2014-11-23 14:49:38 -0800
e728577627Rename `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
c33074cb54Tweaking formatting of help output; adding `nvm exec` example.
Jordan Harband
2014-11-22 10:45:53 -0800
689c52c90dInstall nvm-exec as well when installing via script.
Jordan Harband
2014-11-22 10:31:42 -0800
5904d41b25Fixing a bug in install_as_script, from 516e553093
Jordan Harband
2014-11-22 10:29:48 -0800
0c33fd2598change to use default behavior for which
Daniel Bretoi
2014-11-22 08:17:15 -0800
c9a53fe0c7include nvm which in documentaiton
Daniel Bretoi
2014-11-21 17:55:46 -0800
8b25457b74remove redundant lines from test file
Daniel Bretoi
2014-11-21 17:53:08 -0800
ee520abf78adding some tests for nvm which
Daniel Bretoi
2014-11-21 17:51:49 -0800
b63042bd9fforgot to append bin
Daniel Bretoi
2014-11-21 16:59:15 -0800
382c3aa85eimplements nvm which
Daniel Bretoi
2014-11-21 16:54:31 -0800
afba4e08fdTemporarily disable ksh tests, per #574
Jordan Harband
2014-11-15 10:56:01 -0600
ce82109229Merge pull request #567 from xcambar/nvm_source
Jordan Harband
2014-11-15 10:23:40 -0600
e28a257f23Merge pull request #573 from mklement0/amend_travis_yml
Jordan Harband
2014-11-05 21:54:53 -0800
2d8adac785.travis.yml now obtains latest urchin version from the npm registry instead of directly from GitHub
Michael Klement
2014-11-05 23:14:59 -0500
bf4bf008acUpdate `urchin`
Jordan Harband
2014-11-05 13:58:30 -0800
5f5eb47f14v0.18.0
Jordan Harband
2014-11-05 10:59:59 -0800
d09b84de3cEnsure that a system has `manpath` before invoking it.
Jordan Harband
2014-11-02 13:54:54 -0800
4b6075e29bMerge pull request #568 from mklement0/fix_make_file
Jordan Harband
2014-11-02 13:43:28 -0800
781f72c9c8Makefile now makes use of the `-s <shell>` option for Urchin, IF it is available, for true cross-shell testing. Conversely, a warning is issued if it is missing, because that implies that no actual cross-shell testing will take place.
Michael Klement
2014-10-31 09:07:21 -0400
6ec62fcc79Merge pull request #564 from xcambar/nvm_detect_profile
Jordan Harband
2014-10-30 10:24:53 -0700
fc17aaafb1Merge pull request #541 from mklement0/fix_make_file
Jordan Harband
2014-10-30 10:23:37 -0700
ac912afc4cMany makefile enhancements (support for direct invocation, instructions if invoked without target, release mechanism improved), package.json scripts now invoke the makefile.
Michael Klement
2014-10-03 01:29:04 -0400
b9f15b0ab0Tests for PROFILE detection
Xavier Cambar
2014-10-29 13:05:11 +0100
d30c0fe146Cleaning up install_script tests.
Jordan Harband
2014-10-28 13:47:21 -0700
21534ec0c9Merge pull request #556 from xcambar/install_function_for_testing
Jordan Harband
2014-10-28 13:42:59 -0700