nvm v0.35.3 Release Notes

Release Date: 2020-03-06 // about 4 years ago
  • 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