Skip to content

v0.40.7

Latest

Choose a tag to compare

@ljharb ljharb released this 18 Aug 06:22
· 2 commits to master since this release
Immutable release. Only release title and notes can be modified.
v0.40.7
f0b0c6b

New Stuff

  • nvm install: serialize concurrent installs of the same version
  • nvm install: add NVM_NO_SOURCE_FALLBACK to disable the source fallback

Robustness

  • nvm install: reject a structurally broken installed version
  • nvm_install_binary_extract: replace a broken version dir atomically
  • install.sh: nvm_download: avoid eval so arguments aren't re-parsed by the shell

Docs

  • [readme] link every referenced person and project to its canonical page

Misc

  • [Dev Deps] update markdown-link-check

Tests

  • install_nvm_from_git: don't fail when master is at the latest release tag