Skip to content

v0.24.1

Compare
Choose a tag to compare
@ljharb ljharb released this 05 Apr 20:00
· 1232 commits to master since this release
  • Bugfixes
    • Fix nvm reinstall-packages support for npm linked packages (#693)
    • Fix error message when sourcing nvm.sh on shells that don't support sourcing options (#694)
    • Only filter the package npm, not any package name that contains npm (#690)
    • Make help error output actually output to stderr consistently.
  • Performance
    • Improve startup performance. (#703, #705)
    • Combine sed and grep commands in nvm ls code (#710)
    • Consolidate faster default alias lookup, and use that explicit version to avoid a second default alias lookup in nvm use default.
    • Remove some external calls using parameter filtering and case statements. (relates to #709)
    • Cache a few function calls; clean up some logic.
  • Testing
    • Make sure npm run test/fast passes whether there's a system node installed or not.
    • Use ksh/zsh travis-ci addons to avoid the need for sudo apt-get install.