Fixes
- fix node download link for armv8l (#3102)
nvm exec
: no longer error with '-q: invalid option' for zsh users (#2800)nvm_print_npm_version
: ifnpm
exists but its node crashes, do not print the npm versionnvm_ls_current
: whennode
is present but crashes immediately, echo "none"- fix directory traversal when workdir path is not readable (#3080)
- recognize 32Bit docker container and use x86 arch (#3051)
- Remove unneeded call to
ls
innvm_arch
(#3012)
Perf
- Improve performance of listing aliases (#3060)
Docker
Docs
- [readme] add
nvshim
tool alongsideavn
(#2193) - [readme] fix typo in resolv.conf filename (#3135)
- [readme] Update logo header (#3123)
- [readme] Add instructions on how to install without editing shell config (#3100)
- [readme]
cdnvm
function: fix shellcheck errors (#3082) - [readme] Update Travis CI badge and link url (#3077)
Miscellaneous
- [meta] Remove unavailable testing script (#3105)
- [Dev Deps] update
markdown-link-check
,semver
- [actions] allow nvm to be installed