This website requires JavaScript.
d67f2b110d
string replacement turns out not POSIX compliant
Koen Punt
2014-07-18 16:18:17 +0200
9c2127ce33
string replacement turns out not POSIX compliant
Koen Punt
2014-07-18 16:18:17 +0200
423629c38b
add test without curl
Koen Punt
2014-07-18 14:13:47 +0200
5ec0ccec1b
Fixing `make release` to also cover package.json.
Jordan Harband
2014-07-18 01:49:57 -0700
7a423b7bb4
v0.11.1
Jordan Harband
2014-07-17 00:30:50 -0700
a3de7f3222
Fixing `make release` - amending a tagged commit makes the commit not match the tag.
Jordan Harband
2014-07-17 00:25:14 -0700
55d892adc8
Fix #476 by making sure to cd into `$NVM_DIR` before checking out the tag. Also delete the master branch, because we won't be needing that.
Jordan Harband
2014-07-17 00:19:01 -0700
3b42df8d1d
Merge pull request #474 from mzgol/wget-hotfix
Jordan Harband
2014-07-16 10:16:18 -0700
21fa84225c
Hotfix: correctly map curl's `-C -` to wget
Michał Gołębiowski
2014-07-16 10:56:19 +0200
4895aebf0a
v0.11.0
Jordan Harband
2014-07-15 10:51:40 -0700
8a29122d0a
Adding `teardown` to `test/fast/Listing versions/`
Jordan Harband
2014-07-15 01:22:49 -0700
26ed7a003a
Making sure to quote this output, so that paths with spaces don't break the method.
Jordan Harband
2014-07-15 02:00:48 -0700
00ca5288b0
Merge pull request #470 from creationix/has_system_node
Jordan Harband
2014-07-15 00:03:25 -0700
6d2912a2ab
Adding nvm_has_system_node
Jordan Harband
2014-07-14 11:46:34 -0700
1d61584402
Making sure this test cleans up after itself.
Jordan Harband
2014-07-14 20:32:20 -0700
f6974744cd
Moving this nvm ls test inside the "listing versions" test subdir.
Jordan Harband
2014-07-14 12:35:57 -0700
7171cbed6f
Add an `nvm_ls_current` function.
Jordan Harband
2014-07-14 11:29:24 -0700
8f66273922
Merge pull request #467 from jsdevel/adding-current-symlink
Jordan Harband
2014-07-13 11:23:27 -0700
1a9ab82e24
Merge pull request #466 from creationix/nvm_ls_minor_versions
Jordan Harband
2014-07-13 11:01:12 -0700
3fa004293c
Adding a symlink in .nvm to the current version.
jsdevel
2014-07-12 02:28:20 -0700
83efa2288d
Use [0-9] instead of [[:digit:]] per https://github.com/creationix/nvm/pull/466#discussion_r14853668 - it's simpler (and probably more portable).
Jordan Harband
2014-07-12 08:58:20 -0700
4cfe62d3d1
Fixing `nvm ls 0.x` to only include `0.x.*` instead of `0.x*.*`
Jordan Harband
2014-07-09 01:19:48 -0700
802f064178
Adding a failing test.
Jordan Harband
2014-06-16 22:59:56 -0700
c49cb68575
Merge pull request #468 from egilkh/master
Jordan Harband
2014-07-12 11:02:09 -0700
0534872e0f
Should escape grep in nvm_ls
egilkh
2014-07-12 19:33:28 +0200
f1b8cf8fd6
Use 'read' built-in instead of $(cat ... | head -n1)
Olivier Mengué
2014-01-13 09:16:28 +0100
78ff9a2215
Merge pull request #464 from koenpunt/release-task
Jordan Harband
2014-07-10 12:14:23 -0700
b952be6f56
add makefile release task
Koen Punt
2014-07-10 10:51:36 +0200
638ae5c6fa
Hardcode latest version number into the install script.
Jordan Harband
2014-07-10 01:23:44 -0700
a7b6495172
Removing unnecessary line, per #461
Jordan Harband
2014-07-10 01:20:47 -0700
703e43cc2b
Merge pull request #463 from mzgol/bash
Jordan Harband
2014-07-10 01:22:39 -0700
03636878d1
Use bash, not sh for install scritps - followup to #450
Michał Gołębiowski
2014-07-10 10:21:03 +0200
2ee4b6f414
Correcting nvm.sh comment wrt bash
Jordan Harband
2014-07-09 18:30:52 -0700
10305f0791
Merge pull request #460 from koenpunt/patch-1
Jordan Harband
2014-07-08 10:26:24 -0700
276c031c60
Finalize fix for #458
Koen Punt
2014-07-08 14:49:24 +0200
63f72b37df
Followup per https://github.com/creationix/nvm/pull/452#issuecomment-48151847
Jordan Harband
2014-07-07 15:40:59 -0700
cf5bfecec4
Merge pull request #452 from creationix/curl_wget_handling
Jordan Harband
2014-07-07 15:03:31 -0700
77c3f20956
Merge pull request #459 from koenpunt/curl_wget_handling
Jordan Harband
2014-07-07 14:28:37 -0700
e4ada9fa43
Revert part of the change from e0537ce3df
, fixes #458
Jordan Harband
2014-07-07 14:22:49 -0700
a0de15d0f7
fix nvm_curl arguments for stdout
Koen Punt
2014-07-07 23:16:20 +0200
df4689fbd2
Removing an extra "echo"
Jordan Harband
2014-07-07 13:59:58 -0700
018e47bec0
Make sure both wget and curl work.
Jordan Harband
2014-07-07 13:32:08 -0700
74cc1eb022
Make `nvm_curl` do a runtime check if `curl` is available.
Jordan Harband
2014-07-07 10:04:20 -0700
eda8ffbcc4
Add some more curl → wget argument munging
Jordan Harband
2014-07-07 09:55:03 -0700
b9383c9016
Use `nvm_curl` instead of `curl` directly, which has a `wget` fallback.
Jordan Harband
2014-07-05 13:52:49 -0700
25c0be1e20
Using an `nvm_curl` function instead of `curl`/`wget` directly.
Jordan Harband
2014-07-05 13:51:13 -0700
a8233eb68c
Merge pull request #457 from koenpunt/patch-1
Jordan Harband
2014-07-07 13:02:23 -0700
ea198c9a19
add newline to printf
Koen Punt
2014-07-07 14:42:27 +0200
e0537ce3df
Shellcheck recommendations.
Jordan Harband
2014-07-05 13:47:22 -0700
cce5df35ba
Naming `install.sh` functions more explicitly as being for `nvm`.
Jordan Harband
2014-07-05 13:44:00 -0700
7e269961c3
In `install.sh`, rename `has` to `nvm_has` for consistency with `nvm.sh`.
Jordan Harband
2014-07-05 13:42:44 -0700
f214ffaf1f
Oxford comma
Jordan Harband
2014-07-05 11:05:15 -0700
d016fe010a
Merge pull request #450 from mzgol/install-script
Jordan Harband
2014-07-03 00:50:31 -0700
fb5a51b1b7
Use bash, not sh for install scritps
Michał Gołębiowski
2014-07-02 14:58:56 +0200
3e5037a1be
v0.10.0
Jordan Harband
2014-06-26 17:06:45 -0700
60fec40613
Merge pull request #444 from creationix/fix_nvm_ls
Jordan Harband
2014-06-26 17:04:09 -0700
fb215546ee
Don't bother trying to return the exit code of `nvm alias` or `nvm_print_versions`
Jordan Harband
2014-06-26 16:52:48 -0700
4b593bcda2
Make sure these vars are local, where supported
Jordan Harband
2014-06-22 17:20:31 -0700
8349f0ff48
Make sure `nvm ls foo` returns a nonzero exit code when a version is not found.
Jordan Harband
2014-06-22 11:33:26 -0700
bb250b5730
v0.9.0
Jordan Harband
2014-06-26 10:28:14 -0700
b6f1c156da
Use printf instead of `echo -e`
Jordan Harband
2014-06-26 10:26:57 -0700
4c9a36e9ad
Separating variable declaration from first assignment, which should fix some ksh problems.
Jordan Harband
2014-06-22 15:42:17 -0700
bb01513eba
Making sure there's test coverage for `nvm i`
Jordan Harband
2014-06-22 09:18:41 -0700
ba7f27dead
Silently support `nvm i x.x.x`. Fixes #443 .
Jordan Harband
2014-06-22 09:16:30 -0700
79ec957ee7
Removing reference to NVM_PROFILE in README. Fixes #442
Jordan Harband
2014-06-21 17:47:02 -0700
d8b55652a5
Return the exit code of `nvm use` when `nvm install`-ing.
Jordan Harband
2014-06-20 11:49:06 -0700
4c38f507f5
Consistently returning exit code 1 when version is not installed yet.
Jordan Harband
2014-06-20 11:45:25 -0700
f213167ef0
Returning exit code 3 when no version is found.
Jordan Harband
2014-06-20 11:45:14 -0700
1da31aa425
v0.8.0
Jordan Harband
2014-06-20 11:35:18 -0700
519a9481e6
Merge pull request #438 from koenpunt/patch-2
Jordan Harband
2014-06-18 00:08:06 -0700
b16bf303ca
Suppress output of `nvm use`
Koen Punt
2014-06-18 08:54:14 +0200
9a28706688
Merge pull request #436 from koenpunt/stderr
Jordan Harband
2014-06-16 16:37:31 -0700
a318ddf9b3
redirect stderr to stdout in test
Koen Punt
2014-06-17 00:48:57 +0200
8dbbc32905
redirect errors to stderr
Koen Punt
2014-06-17 00:40:07 +0200
de03007348
Merge pull request #432 from ajcrites/master
Jordan Harband
2014-06-12 11:55:56 -0700
1b22c2e2b1
Including test for specific version listing
Andrew Crites
2014-06-12 14:01:26 -0400
0e1f2408c9
Only list extant explicit version
Andrew Crites
2014-06-12 10:56:20 -0400
931cc45fc3
Merge pull request #428 from koenpunt/export-nvm-dir-in-profile
Jordan Harband
2014-05-29 16:04:25 -0700
085e314a3f
Adding a trailing newline
Jordan Harband
2014-05-28 20:54:25 -0700
6aa45732d8
Merge pull request #376 from koenpunt/nvm-unload
Jordan Harband
2014-05-28 20:53:50 -0700
16c0be8314
export NVM_DIR before sourcing nvm.sh
Koen Punt
2014-05-28 14:32:01 +0200
578a601b27
Filter out of `nvm ls` things that start with a dot. Fixes #421 , closes #422 .
Jordan Harband
2014-05-20 10:36:12 -0700
896aa7c436
Updating CONTRIBUTING guidelines
Jordan Harband
2014-05-19 22:03:40 -0700
2441b00262
Merge pull request #417 from koenpunt/travis_tweaks
Jordan Harband
2014-05-10 10:13:53 -0700
88595f09aa
remove fast task
Koen Punt
2014-05-10 19:03:50 +0200
5925bd5e37
make suite for shell task configurable
Koen Punt
2014-05-10 18:59:34 +0200
24e22dd8bc
no need for the extra task, every shell name is already a task
Koen Punt
2014-05-10 12:27:11 +0200
61de5f9ca3
enable slow test suite for sh
Koen Punt
2014-05-10 12:15:19 +0200
4de9eff55c
Merge pull request #416 from koenpunt/patch-2
Jordan Harband
2014-05-09 10:49:43 -0700
7e20a77c89
pass env vars to makefile
Koen Punt
2014-05-09 16:34:45 +0200
8fbbeb8fc5
ensure correct shell usage
Koen Punt
2014-05-09 16:30:04 +0200
79203ba5d0
split tests by shell
Koen Punt
2014-05-09 16:23:14 +0200
2e3e48cc06
Use correct variables
Koen Punt
2014-05-09 15:36:44 +0200
db8acf11fd
v0.7.0
Jordan Harband
2014-05-08 10:30:52 -0700
a6be718387
Fixing --version output format.
Jordan Harband
2014-05-08 10:30:34 -0700
e2c4c88136
Updating example node versions.
Jordan Harband
2014-05-08 10:30:18 -0700
4cd0b078d0
Merge pull request #415 from koenpunt/fix-path-concat
Jordan Harband
2014-05-08 10:27:17 -0700
f6ba08253b
utility method for append path, fixes #414
Koen Punt
2014-05-08 10:20:11 +0200
0ecb2879b9
Merge pull request #412 from koenpunt/fix-sed
Jordan Harband
2014-05-07 10:32:00 -0700
e3b84499c2
use regex triplet, add unit test
Koen Punt
2014-05-07 10:47:24 +0200