Skip to content

v0.25.0

Compare
Choose a tag to compare
@ljharb ljharb released this 26 Apr 19:58
· 1180 commits to master since this release

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, use nvm 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 of nvm use (#722)
  • adding architecture detection for Raspberry Pi 2/armv71 (#742)

Performance

  • Consolidate and avoid sed/cut calls, clean up pattern matches (#718)

Misc

  • General README improvements (#726, #735)