- feat: add prune command to remove old versions #81
- Support M1 Mac
- Support aarch64 systems @uberhacker #69
- Breaking change
install
subcommand installs from binary #67 - Add
compile
subcommand for installation from source
- Fix behavior of stable keyword, fix to #65
- Add checking "HTTP/2 200" for curl #64 (@msfm)
- Exec command exit with external command's exit code #56 (@hiyamamo)
- Change to using protocol https on access to nodejs.org #42 (@hirose504)
- Escaped left brace in regex #52 (@iwaim)
- show versions more compactly #49 (@1000ch)
- Change behavior of stable keyword
- Fix
install-binary
on armv6l and armv7l #44
- Add nightly & next-nightly install #38 (@yosuke-furukawa)
- Fix migrate-package #37 (@kysnm)
- Update shell completions, support iojs
- Fix install-binary iojs in x86 linux #34
- io.js support
- Add configure options
- Add _cmd_setup_dirs function for homebrew installation (@oinume)
- Add
-L
option to curl - Fixed github base_url #27 (@tanabee)
- Add completion functions installable (@yasuyk)
- Fix bug dereference array ref (for perl 5.12 and under)
- Add subcommand
exec
- Add showing error message when not supported machine.
- Fix select $arch when i386.
- Add Solaris support with
install-binary
(@onopm)
- Add raspberry pi support with
install-binary
(@nulltask)
- Fix not exist
Archive::Tar
. fix #22
- Add subcommand
install-package
. - Update src directory structure.
- Update tar extract using perl module
Archive::Tar
- Update error handling
- Update
migrate-package
, not install already installed package.
- Fix
migrate-package
command dose not work old npm. Closes #20
- Add subcommand
migrate-package
(hideo55)
- Add subcommand
alias
- Add subcommand
unalias
- Add find version
stable
. Closes #13
- Bug fix
- Fix version args without
v
- Bug fix
- Add auto verison find. like
install v0.6.x
,use latest
Closes #3
- Add subcommand
ls-clean
- Fix when install use cache
- Add subcommand
ls-remote
- Add subcommand
ls-all
- Add test
- Separate package
- Add subcommand
selfupdate
- Add subcommand
setup
- Add nodebrew path $NODEBREW_ROOT/current/bin/nodebrew Closes #2
- Fix uninstalled current version, use default
- Fix bug, can't
use
command, if symlink dir removed - Add support, change able nodebrew root dir. using $NODEBREW_ROOT
- Add subcommand
ls
- Add wget support Closes #1
- Initial release