v0.25.0
Bugfixes
- install.sh: Ensure that the
--quietoption is available before trying to use it. (#738, #657) - When no arguments are passed to
nvm run X, usenvm execto open a REPL (#625, #717) - Adding .gitattributes to force unix line endings (#728, #741)
New features
- Include
npmversion 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