- Adds an
install
target toMakefile
.
Use it withmake install PREFIX=/usr/local
.
Thanks, Benjamin Feng, for the help!
chnode
will return with a non-zero exit code when unable to locate the Node version requested.- Renames
-v
to-V
as the--version
shorthand to make room for--verbose
. - Adds
-v
and--verbose
for printing out the version and path switched to.
By default, however, no news is good news. - Lists available Node versions when unable to locate the version requested.
- Adds support for matching the latest version by only specifying the major or
minor version.
E.g. to match0.12.2
you can usechnode 0
orchnode 0.12
.
- Detects current version correctly should it contain a revision number (v0.12.2_1).
- Adds special
system
version for removing all Node paths from$PATH
.
- Changes repository URL.
- Sh! Here's a compliment: POSIX shell is more consistent than Ruby.