Skip to content

v0.35.3

Compare
Choose a tag to compare
@ljharb ljharb released this 06 Mar 07:20
· 348 commits to master since this release
258938e

v0.35.3

New

  • add lts/-1 etc, to point to an LTS line relative to "latest"
  • use: set NVM_INC to expose the node include path
  • uninstall: add NVM_DEBUG to print out a filename as its permissions are checked

Fixes

  • nvm ls-remote: properly label latest LTS versions instead of just the latest one in the filter

Docs

  • [readme] restore broken anchor
  • [readme] add nvm intro
  • Improve readme clarity and troubleshooting (#2125)
  • Fix small typo in README (#2130)

Tests

  • update mocks
  • fix update mocks script
  • update test mocks
  • try to make nvm unload test more robust
  • ensure nvm unload unsets env vars too