- fix: #! to use bash
- fix: handle
Permission denied
formkdir
- add: resolve version with one dot (
n 0.8
etc) - fix: interactive listing sort
- fix: abort gracefully if no installed version
- fix:
n prev
- Use -R when activating. Fixes #118
- Use command -v instead of
which
- Add RPI support, fix tj#108
- use [0-9] instead of \d in regex for better compatibility (see #105) [atuttle]
- fix version number in
n
- filter out versions that lack binaries (see #95) [mattrobenolt]
- quote
uname -s
to solve issue on Ubuntu 12.04 [nw]
- add up/down arrows for navigating installed version selection
- add back support for "v" prefix on install
- add
n prev
to revert to previously selected version
- add activation when already installed
- rewrite
- use cp -fR to preserve npm symlink
- removed trailing dot on cp command. fixes #48 [sreuter]
- add 'homepage' and 'bugs' sections to package.json [TooTallNate]
- Changed: copy all bins. Closes #47
- Adding
--stable
only option [tomgallacher]
- Fixed control character sequence for Linux compatibility [darrenderidder]
- Added support for installing node with a tarball [dshaw]
- Fixed: swap echo for printf. closes #44
- Fixed log colors
- Fixed install >= 0.5.x [guybrush]
- Fixed issue when prefix/lib/node dir is not present. Closes #37
- Fixed check_current_version() when node is not present
- Fixed newer 0.5.x versions
- Fixed node-waf [guybrush]
- Fixed stdio redirect for lame bash
- Fixed bad substitution errors on ubuntu [Alexander Simmerl]
- Added
n ls|list
to show versions available - Added markers to installed and current versions for
n ls
[davglass] - Added
--no-check-certificate
for Github Downloads [davglass] - Fixed; moved abort and log up, so they are defined before calling [davglass]
- Improved error message when tar fails (usually due to invalid version number) [davglass]
- Added
n latest
to install (or activate) latest node version released - Added
n --latest
to output latest node version released - Fixed wafadmin issue, installing lib/node/*. Closes #7
- Fixed escape
- Installing
node-waf
. Closes #5
-
Added; display config options when using
n
. For example if you install vian 0.3.5 --debug
, thenn
will display0.3.5 --debug
. -
Changed;
n <version>
ignores non-n installations
- Added
help
alias of--help
- Fixed bash specific substitutions. Closes #1
- Fixed
use
with invalid version, added "is not installed"
- Added
n as <version> [args ...]
- Added
which
alias ofbin
- Added
n bin <version>
command
- Added
-
alias ofrm
- Initial release