9d23f609adAdd note about Windows options. Related to #284.
Jordan Harband
2014-10-04 16:40:15 -0700
9d9cfdc2c8Two spaces after a period is incorrect.
Jordan Harband
2014-10-04 16:38:56 -0700
1931f7f3f8Remove '-e' option from installation tests, in favor of explicit failures.
Jordan Harband
2014-10-03 02:35:39 -0700
2f2c6f0727Use nvm_alias in nvm_ls.
Jordan Harband
2014-09-30 00:28:05 -0700
0eef553a88Use `-f` instead of `-e` in nvm_alias.
Jordan Harband
2014-10-02 01:09:28 -0700
5135577a3cEnsure `nvm run` has the same semantics as `nvm use`
Jordan Harband
2014-10-01 01:46:46 -0700
5bc6e289ceSilencing nvm_version_path error output in nvm_print_versions
Jordan Harband
2014-10-01 01:46:35 -0700
d0c6b87b2eUse `nvm_alias` in `nvm alias`
Jordan Harband
2014-09-30 00:24:02 -0700
66b214651fAdd `nvm_alias` and unit tests.
Jordan Harband
2014-09-30 00:23:37 -0700
acfc459bc5Adding notes to the README for "stable", "unstable", and "system".
Jordan Harband
2014-09-29 21:43:58 -0700
fc16d20766Merge pull request #537 from ljharb/add_stable_unstable_aliases
Jordan Harband
2014-09-29 21:35:44 -0700
4cdf356cdcSupport `nvm ls-remote stable` and `nvm ls-remote unstable`
Jordan Harband
2014-09-29 00:10:06 -0700
c918e570b6Add support for `nvm ls stable` and `nvm ls unstable`
Jordan Harband
2014-09-29 00:09:48 -0700
5dc7af6285Make `nvm alias` list implicit "stable" and "unstable" aliases when they're not already aliases.
Jordan Harband
2014-09-29 00:09:17 -0700
f9565ff675Adding nvm_print_implicit_alias success tests
Jordan Harband
2014-09-29 00:08:55 -0700
cea0e88489Adding nvm_print_implicit_alias error tests.
Jordan Harband
2014-09-28 22:43:46 -0700
5aad535d53Adding nvm_print_implicit_alias
Jordan Harband
2014-09-28 22:40:17 -0700
fcdd1ef431Add nvm_validate_implicit_alias
Jordan Harband
2014-09-28 22:36:02 -0700
f0471acbf5v0.17.2
Jordan Harband
2014-09-29 14:32:44 -0700
fda05fb64bRemove trailing whitespace.
Jordan Harband
2014-09-29 14:26:19 -0700
2737a95645Create nvm_ensure_version_prefix, and make nvm_format_version actually format the version.
Jordan Harband
2014-09-29 01:36:02 -0700
5706aef3d0nvm_format_version: add unit tests.
Jordan Harband
2014-09-29 01:34:50 -0700
cd4fc8fb2cAdding unit tests for `nvm_ls_remote`
Jordan Harband
2014-09-28 22:00:20 -0700
050a2ee9d3nvm_remote_version: add unit tests
Jordan Harband
2014-09-28 18:02:33 -0700
ff92ba7f43Silence more secondary "deactivate" output.
Jordan Harband
2014-09-28 16:43:52 -0700
804f2759f8Ensure that `nvm use` works when .nvmrc contains "system"
Jordan Harband
2014-09-28 16:43:40 -0700
d5fe657382Ensure `nvm_rc_version` always modifies $NVM_RC_VERSION, rather than retaining its value from previous runs.
Jordan Harband
2014-09-28 16:40:53 -0700
3e4613fd66Don't output `nvm deactivate` output when running `nvm use system`
Jordan Harband
2014-09-28 16:04:37 -0700
9aec19a692Update bash completion commands for nvm
Jordan Harband
2014-09-28 15:38:49 -0700
b707d8b072nvm_ls: format the version immediately, so that `nvm ls 0.0.1` doesn't return `nvm ls 0.0.10`
Jordan Harband
2014-09-28 10:14:27 -0700
be605cb12bAdding a failing test: `nvm ls 0.0.x` includes `v0.0.xy`
Jordan Harband
2014-09-28 10:18:00 -0700
3c66c20570Improving "nvm alias" tests to test for all cases.
Jordan Harband
2014-09-28 10:07:50 -0700
59bfdb9863Making sure fast alias tests do their own teardown.
Jordan Harband
2014-09-28 09:54:35 -0700
4a8a5a1180Shell-quoting some more things.
Jordan Harband
2014-09-27 17:25:52 -0700
145da7eef8v0.17.1
Jordan Harband
2014-09-26 23:22:56 -0700
4cf56ae186Remove unnecessary local var declaration. Fixes#535
Jordan Harband
2014-09-26 23:22:38 -0700
5ad00f13faSuppress error messages in case there's no `master` branch.
Jordan Harband
2014-09-25 22:10:48 -0700
53f9841c6cv0.17.0
Jordan Harband
2014-09-24 14:58:07 -0700
444efdb08bAdding some more quotes and $()
Jordan Harband
2014-09-23 23:51:02 -0700
6fde379707Use _ instead of ~ as a sentinel
Jordan Harband
2014-09-23 23:50:12 -0700
ce69c8413eMore shellcheck recommendations
Jordan Harband
2014-09-23 23:49:51 -0700
51f6109f8dUse $() instead of backticks; add quotes
Jordan Harband
2014-09-23 23:49:10 -0700
4f081ce4beCollapsing some if/else conditions with elif
Jordan Harband
2014-09-23 23:48:31 -0700
db0051753aCompare shell variable contents with a sentinel.
Jordan Harband
2014-09-23 23:47:17 -0700
cf1110eceaQuote $NVM_DIR in commands
Jordan Harband
2014-09-23 23:46:23 -0700
34b97bf76dAdding shell var quotes in `nvm alias`
Jordan Harband
2014-09-23 16:36:17 -0700
b962a590a2Removing an extra mkdir -p
Jordan Harband
2014-09-23 16:36:24 -0700
ddb25ed5a3Merge pull request #530 from creationix/copy_packages_from_on_install
Jordan Harband
2014-09-21 18:57:04 -0700
486d14f5f8Copy packages when applicable, whenever `nvm install` would normally `nvm use` and exit.
Jordan Harband
2014-09-21 11:14:18 -0700
622fdd2cd0Error out early if the --copy-packages-from version is invalid.
Jordan Harband
2014-09-21 11:13:50 -0700
eddbe15ee8Extract --copy-packages-from argument.
Jordan Harband
2014-09-21 11:13:37 -0700
2e161fe414nvm install: Remove this redundant "already installed" check.
Jordan Harband
2014-09-21 11:22:05 -0700
a42b90d215Adding some helpful output to `nvm copy-packages`
Jordan Harband
2014-09-21 11:02:03 -0700
6bae6c07f2Merge pull request #528 from creationix/remove_last_expr
Jordan Harband
2014-09-19 12:37:33 -0700
7fd6d05426Instead of using expr to check if paths need cleaning, compare cleaned paths to original paths and export appropriately.
Jordan Harband
2014-09-19 10:10:53 -0700
5ef092b2c8Using `nvm_version_greater` and `nvm_version_greater_than_or_equal_to` instead of `expr` in `nvm install`.
Jordan Harband
2014-09-19 10:10:37 -0700
cb6456fd85Using `nvm_version_greater_than_or_equal_to` instead of `nvm_version_greater` where it increases readability.
Jordan Harband
2014-09-19 10:10:01 -0700
991fb85047Adding `nvm_version_greater_than_or_equal_to`
Jordan Harband
2014-09-19 10:09:45 -0700
edf36a8ea7Merge pull request #526 from creationix/add_nvm_num_version_groups
Jordan Harband
2014-09-16 10:13:57 -0700
35466187f2Noting the changed behavior of `nvm ls vx.y.` to return something useful.
Jordan Harband
2014-09-16 09:03:31 -0700
c992b1766cUse `nvm_num_version_groups` in `nvm_ls`
Jordan Harband
2014-09-16 08:36:40 -0700
4b2bc0be08Adding `nvm_num_version_groups`
Jordan Harband
2014-09-16 08:36:05 -0700
15b3e7b6a8Removing unnecessary cleanup in "Listing Versions" tests.
Jordan Harband
2014-09-16 08:59:00 -0700
8d05ab63f1Silencing error output in the "Listing Versions" teardown script.
Jordan Harband
2014-09-16 08:58:46 -0700
da693eaea1Tweaking nvm_ls_current tests.
Jordan Harband
2014-09-16 08:35:48 -0700
5363ff8916Merge pull request #525 from creationix/add_unit_tests
Jordan Harband
2014-09-15 20:46:31 -0700
e186fa27a7Use `nvm_version_greater` in `nvm_binary_available`
Jordan Harband
2014-09-15 09:20:47 -0700
f6e0104685Use `nvm_normalize_version` in `nvm_version_greater`
Jordan Harband
2014-09-15 09:17:27 -0700
97d4e2f88fUnit tests: add `nvm_find_up`
Jordan Harband
2014-09-15 09:09:56 -0700
e0a22ccf4aUnit tests: add `nvm_has`
Jordan Harband
2014-09-15 08:54:44 -0700
d5d66c34d9If there's no "default" specified, fall back to an .nvmrc file.
Jordan Harband
2014-09-15 07:54:30 -0700
152904e3fbReturn a nonzero exit code from nvm_rc_version when no .nvmrc found
Jordan Harband
2014-09-15 07:51:00 -0700
64de890d07v0.16.1
Jordan Harband
2014-09-14 22:24:18 -0700