v0.25.0
Bugfixes
- install.sh: Ensure that the
--quiet
option is available before trying to use it. (#738, #657) - When no arguments are passed to
nvm run X
, usenvm exec
to open a REPL (#625, #717) - Adding .gitattributes to force unix line endings (#728, #741)
New features
- Include
npm
version when displaying the results ofnvm use
(#722) - adding architecture detection for Raspberry Pi 2/
armv71
(#742)
Performance
- Consolidate and avoid sed/cut calls, clean up pattern matches (#718)
Misc