Jordan Harband
|
f6974744cd
|
Moving this nvm ls test inside the "listing versions" test subdir.
|
2014-07-14 12:36:28 -07:00 |
|
Jordan Harband
|
7171cbed6f
|
Add an nvm_ls_current function.
|
2014-07-14 11:29:24 -07:00 |
|
Jordan Harband
|
8f66273922
|
Merge pull request #467 from jsdevel/adding-current-symlink
Adding a symlink in .nvm to the current version.
Fixes #430. Closes #447. Relates to #358. Fixes #355. Closes #313. Fixes #381.
|
2014-07-13 11:23:27 -07:00 |
|
Jordan Harband
|
1a9ab82e24
|
Merge pull request #466 from creationix/nvm_ls_minor_versions
nvm_ls minor versions
|
2014-07-13 11:01:12 -07:00 |
|
Jordan Harband
|
83efa2288d
|
Use [0-9] instead of [[:digit:]] per https://github.com/creationix/nvm/pull/466#discussion_r14853668 - it's simpler (and probably more portable).
|
2014-07-12 11:02:42 -07:00 |
|
Jordan Harband
|
4cfe62d3d1
|
Fixing nvm ls 0.x to only include 0.x.* instead of 0.x*.*
|
2014-07-12 11:02:42 -07:00 |
|
Jordan Harband
|
802f064178
|
Adding a failing test.
|
2014-07-12 11:02:14 -07:00 |
|
Jordan Harband
|
c49cb68575
|
Merge pull request #468 from egilkh/master
Should escape grep in nvm_ls
|
2014-07-12 11:02:09 -07:00 |
|
Jordan Harband
|
78ff9a2215
|
Merge pull request #464 from koenpunt/release-task
add makefile release task
|
2014-07-10 12:14:23 -07:00 |
|
Jordan Harband
|
638ae5c6fa
|
Hardcode latest version number into the install script.
Fixes #462.
|
2014-07-10 01:24:12 -07:00 |
|
Jordan Harband
|
a7b6495172
|
Removing unnecessary line, per #461
|
2014-07-10 01:24:12 -07:00 |
|
Jordan Harband
|
703e43cc2b
|
Merge pull request #463 from mzgol/bash
Use bash, not sh for install scritps - followup to #450
|
2014-07-10 01:22:39 -07:00 |
|
Jordan Harband
|
2ee4b6f414
|
Correcting nvm.sh comment wrt bash
|
2014-07-09 18:30:52 -07:00 |
|
Jordan Harband
|
10305f0791
|
Merge pull request #460 from koenpunt/patch-1
Finalize fix for #458
|
2014-07-08 10:26:24 -07:00 |
|
Jordan Harband
|
63f72b37df
|
Followup per https://github.com/creationix/nvm/pull/452#issuecomment-48151847
|
2014-07-07 15:40:59 -07:00 |
|
Jordan Harband
|
cf5bfecec4
|
Merge pull request #452 from creationix/curl_wget_handling
Better combo curl/wget handling
|
2014-07-07 15:03:31 -07:00 |
|
Jordan Harband
|
77c3f20956
|
Merge pull request #459 from koenpunt/curl_wget_handling
fix nvm_curl arguments for stdout
|
2014-07-07 14:28:37 -07:00 |
|
Jordan Harband
|
e4ada9fa43
|
Revert part of the change from e0537ce3df, fixes #458
|
2014-07-07 14:22:49 -07:00 |
|
Jordan Harband
|
df4689fbd2
|
Removing an extra "echo"
|
2014-07-07 13:59:58 -07:00 |
|
Jordan Harband
|
018e47bec0
|
Make sure both wget and curl work.
|
2014-07-07 13:32:10 -07:00 |
|
Jordan Harband
|
74cc1eb022
|
Make nvm_curl do a runtime check if curl is available.
|
2014-07-07 13:32:10 -07:00 |
|
Jordan Harband
|
eda8ffbcc4
|
Add some more curl → wget argument munging
|
2014-07-07 13:32:10 -07:00 |
|
Jordan Harband
|
b9383c9016
|
Use nvm_curl instead of curl directly, which has a wget fallback.
|
2014-07-07 13:32:10 -07:00 |
|
Jordan Harband
|
25c0be1e20
|
Using an nvm_curl function instead of curl/wget directly.
|
2014-07-07 13:32:10 -07:00 |
|
Jordan Harband
|
a8233eb68c
|
Merge pull request #457 from koenpunt/patch-1
Add newline to printf command
|
2014-07-07 13:02:23 -07:00 |
|
Jordan Harband
|
e0537ce3df
|
Shellcheck recommendations.
|
2014-07-05 13:48:23 -07:00 |
|
Jordan Harband
|
cce5df35ba
|
Naming install.sh functions more explicitly as being for nvm.
|
2014-07-05 13:44:00 -07:00 |
|
Jordan Harband
|
7e269961c3
|
In install.sh, rename has to nvm_has for consistency with nvm.sh.
|
2014-07-05 13:42:44 -07:00 |
|
Jordan Harband
|
f214ffaf1f
|
Oxford comma
|
2014-07-05 11:07:14 -07:00 |
|
Jordan Harband
|
d016fe010a
|
Merge pull request #450 from mzgol/install-script
Use bash, not sh for install scritps
|
2014-07-03 00:50:31 -07:00 |
|
Jordan Harband
|
3e5037a1be
|
v0.10.0
|
2014-06-26 17:06:45 -07:00 |
|
Jordan Harband
|
60fec40613
|
Merge pull request #444 from creationix/fix_nvm_ls
Make sure `nvm ls foo` returns a nonzero exit code when a version is not found
|
2014-06-26 17:04:09 -07:00 |
|
Jordan Harband
|
fb215546ee
|
Don't bother trying to return the exit code of nvm alias or nvm_print_versions
|
2014-06-26 16:52:48 -07:00 |
|
Jordan Harband
|
4b593bcda2
|
Make sure these vars are local, where supported
|
2014-06-26 16:52:34 -07:00 |
|
Jordan Harband
|
8349f0ff48
|
Make sure nvm ls foo returns a nonzero exit code when a version is not found.
Fixes #440.
|
2014-06-26 10:28:35 -07:00 |
|
Jordan Harband
|
bb250b5730
|
v0.9.0
|
2014-06-26 10:28:14 -07:00 |
|
Jordan Harband
|
b6f1c156da
|
Use printf instead of echo -e
Fixes #446
|
2014-06-26 10:26:57 -07:00 |
|
Jordan Harband
|
4c9a36e9ad
|
Separating variable declaration from first assignment, which should fix some ksh problems.
|
2014-06-22 15:44:22 -07:00 |
|
Jordan Harband
|
bb01513eba
|
Making sure there's test coverage for nvm i
|
2014-06-22 09:18:41 -07:00 |
|
Jordan Harband
|
ba7f27dead
|
Silently support nvm i x.x.x. Fixes #443.
|
2014-06-22 09:16:30 -07:00 |
|
Jordan Harband
|
79ec957ee7
|
Removing reference to NVM_PROFILE in README. Fixes #442
|
2014-06-21 17:47:02 -07:00 |
|
Jordan Harband
|
d8b55652a5
|
Return the exit code of nvm use when nvm install-ing.
|
2014-06-20 11:49:06 -07:00 |
|
Jordan Harband
|
4c38f507f5
|
Consistently returning exit code 1 when version is not installed yet.
|
2014-06-20 11:45:25 -07:00 |
|
Jordan Harband
|
f213167ef0
|
Returning exit code 3 when no version is found.
|
2014-06-20 11:45:14 -07:00 |
|
Jordan Harband
|
1da31aa425
|
v0.8.0
|
2014-06-20 11:35:18 -07:00 |
|
Jordan Harband
|
519a9481e6
|
Merge pull request #438 from koenpunt/patch-2
Suppress output of `nvm use`
|
2014-06-18 00:08:06 -07:00 |
|
Jordan Harband
|
9a28706688
|
Merge pull request #436 from koenpunt/stderr
redirect output of errors to stderr
|
2014-06-16 16:37:31 -07:00 |
|
Jordan Harband
|
de03007348
|
Merge pull request #432 from ajcrites/master
Only list extant explicit version
|
2014-06-12 11:55:56 -07:00 |
|
Jordan Harband
|
931cc45fc3
|
Merge pull request #428 from koenpunt/export-nvm-dir-in-profile
export NVM_DIR in profile before sourcing nvm.sh
|
2014-05-29 16:04:25 -07:00 |
|
Jordan Harband
|
085e314a3f
|
Adding a trailing newline
|
2014-05-28 20:54:25 -07:00 |
|
Jordan Harband
|
6aa45732d8
|
Merge pull request #376 from koenpunt/nvm-unload
Feature: nvm unload
|
2014-05-28 20:53:50 -07:00 |
|
Jordan Harband
|
578a601b27
|
Filter out of nvm ls things that start with a dot. Fixes #421, closes #422.
|
2014-05-20 10:36:12 -07:00 |
|
Jordan Harband
|
896aa7c436
|
Updating CONTRIBUTING guidelines
Fixes #425
|
2014-05-19 22:05:13 -07:00 |
|
Jordan Harband
|
2441b00262
|
Merge pull request #417 from koenpunt/travis_tweaks
Split tests by shell
|
2014-05-10 10:13:53 -07:00 |
|
Jordan Harband
|
4de9eff55c
|
Merge pull request #416 from koenpunt/patch-2
Use correct variables
|
2014-05-09 10:49:43 -07:00 |
|
Jordan Harband
|
db8acf11fd
|
v0.7.0
|
2014-05-08 10:30:52 -07:00 |
|
Jordan Harband
|
a6be718387
|
Fixing --version output format.
|
2014-05-08 10:30:34 -07:00 |
|
Jordan Harband
|
e2c4c88136
|
Updating example node versions.
|
2014-05-08 10:30:18 -07:00 |
|
Jordan Harband
|
4cd0b078d0
|
Merge pull request #415 from koenpunt/fix-path-concat
utility method for append path, fixes #414
|
2014-05-08 10:27:17 -07:00 |
|
Jordan Harband
|
0ecb2879b9
|
Merge pull request #412 from koenpunt/fix-sed
Use sed -e instead of -E
|
2014-05-07 10:32:00 -07:00 |
|
Jordan Harband
|
7f3a794d89
|
Merge pull request #409 from koenpunt/sed-path-replacement
Use sed for *PATH stripping
|
2014-05-06 01:37:49 -07:00 |
|
Jordan Harband
|
ba1be9b4ea
|
Making nvm install use the version, even if it's already installed. Fixes #410
|
2014-05-05 23:32:39 -07:00 |
|
Jordan Harband
|
29f582611b
|
v0.6.1
|
2014-05-04 12:40:02 -07:00 |
|
Jordan Harband
|
673cda56c4
|
Adding a test for nvm install invalid behavior, and correcting the message.
From https://github.com/creationix/nvm/commit/f00d688c87873a9e3cffc1dbf54f63e0edd6e69b#commitcomment-6205164
|
2014-05-04 12:03:26 -07:00 |
|
Jordan Harband
|
e562a5645b
|
v0.6.0
|
2014-05-04 02:20:31 -07:00 |
|
Jordan Harband
|
c0c5e8d7ef
|
Editing README to note improved .nvmrc behavior.
|
2014-05-04 02:20:24 -07:00 |
|
Jordan Harband
|
f00d688c87
|
Nicer failure message when trying to install an invalid version. Fixes #285.
|
2014-05-04 00:59:08 -07:00 |
|
Jordan Harband
|
5aa78f21cf
|
Merge branch 'nvmrc' - Fixes #404
|
2014-05-04 00:47:16 -07:00 |
|
Jordan Harband
|
4a7275a0c6
|
Ensuring paths are in quotes, to preserve spaces.
|
2014-05-04 00:39:46 -07:00 |
|
Jordan Harband
|
c77be55cdc
|
Updating "nvm run" tests.
|
2014-05-04 00:39:32 -07:00 |
|
Jordan Harband
|
e195fccdb7
|
Escaping backticks
|
2014-05-03 23:29:21 -07:00 |
|
Jordan Harband
|
87516039a8
|
Using portable conditional syntax.
|
2014-05-02 23:28:42 -07:00 |
|
Jordan Harband
|
038c1f3d0f
|
Find .nvmrc files upwards.
|
2014-05-02 23:02:34 -07:00 |
|
Jordan Harband
|
66455f7c77
|
Refactor so "finding .nvmrc" can be done in a bash function.
|
2014-05-02 23:02:34 -07:00 |
|
Jordan Harband
|
a69eae10e3
|
Merge pull request #405 from reqshark/master
github raw served from new subdomain
|
2014-04-26 10:03:41 -07:00 |
|
Jordan Harband
|
222250f2d1
|
v0.5.1
|
2014-04-25 10:47:59 -07:00 |
|
Jordan Harband
|
77f4490391
|
Using markdown footnotes.
|
2014-04-25 10:47:07 -07:00 |
|
Jordan Harband
|
0871131dfd
|
Make sure nvm-exec can use .nvmrc logic. Fixes #402, obviates #403.
|
2014-04-25 10:38:21 -07:00 |
|
Jordan Harband
|
e6bd207624
|
When auto-printing "help" on a command other than "help", return a nonzero exit code.
|
2014-04-25 10:35:52 -07:00 |
|
Jordan Harband
|
bad79e6d77
|
v0.5.0
|
2014-04-20 00:36:12 -07:00 |
|
Jordan Harband
|
d07fa2db10
|
Merge pull request #399 from creationix/run_use_nvmrc
Make sure `nvm run` works without a version argument when .nvmrc specifies a version
|
2014-04-20 00:35:59 -07:00 |
|
Jordan Harband
|
20953ab04c
|
Make sure nvm run works without a version argument when .nvmrc specifies a version.
|
2014-04-20 00:28:07 -07:00 |
|
Jordan Harband
|
4cf940153c
|
Use node 0.9 for these testsso that people aren't likely to have it installed
|
2014-04-19 23:41:36 -07:00 |
|
Jordan Harband
|
47bbf93f50
|
Travis CI defaults to ruby; c will be faster
|
2014-04-19 22:59:30 -07:00 |
|
Jordan Harband
|
7976a1343f
|
Merge pull request #398 from creationix/install_use_nvmrc
`nvm install` and `nvm run` use .nvmrc when version not provided
|
2014-04-19 22:36:33 -07:00 |
|
Jordan Harband
|
bf8abf1052
|
Make sure nvm install works without a version argument when .nvmrc specifies a version.
|
2014-04-19 17:07:00 -07:00 |
|
Jordan Harband
|
eb6031cb58
|
Clean up after existing nvm install tests.
|
2014-04-19 17:00:06 -07:00 |
|
Jordan Harband
|
55a6f1f06e
|
Organizing nvm install tests better.
|
2014-04-19 16:48:43 -07:00 |
|
Jordan Harband
|
c188c1b11a
|
Correcting help text for nvm use
|
2014-04-19 16:46:22 -07:00 |
|
Jordan Harband
|
b15ea07067
|
Don't clobber the latest version of 0.10 for tests.
|
2014-04-19 16:46:17 -07:00 |
|
Jordan Harband
|
752c0e4ef1
|
Removing trailing whitespace.
|
2014-04-19 14:34:47 -07:00 |
|
Jordan Harband
|
49364532b3
|
Merge pull request #391 from koenpunt/patch-1
Link to latest version of install script (0.4.0)
|
2014-03-27 10:19:44 -07:00 |
|
Jordan Harband
|
6dde4aac38
|
v0.4.0
|
2014-03-26 21:31:48 -07:00 |
|
Jordan Harband
|
96635cd2bd
|
Merge pull request #371 from koenpunt/single-installer
Merged installer and gitless installer into one
|
2014-03-26 21:30:00 -07:00 |
|
Jordan Harband
|
7c45d62b37
|
Merge pull request #388 from koenpunt/small-fixes
Use NVM_ prefix for non local variables
|
2014-03-23 11:56:09 -07:00 |
|
Jordan Harband
|
cf5f195d75
|
Merge pull request #387 from koenpunt/patch-1
Add travis badge to README
|
2014-03-22 14:00:46 -07:00 |
|
Jordan Harband
|
d950c1a0ea
|
Adding a trailing newline
|
2014-03-22 13:10:18 -07:00 |
|
Jordan Harband
|
6123fbcd31
|
Merge pull request #386 from koenpunt/multi-shell-test
Add Makefile for multishell testing
|
2014-03-22 13:08:50 -07:00 |
|
Jordan Harband
|
ba1e2f1cdf
|
Merge pull request #382 from koenpunt/version-normalizing
Fix nvm ls for v* numbers
|
2014-03-21 09:30:19 -07:00 |
|
Jordan Harband
|
625e54880f
|
Merge pull request #374 from koenpunt/fix-tests
Fix NVM_DIR discovery
|
2014-03-21 09:27:13 -07:00 |
|