Skip to content

v0.32.1

Compare
Choose a tag to compare
@ljharb ljharb released this 18 Oct 20:18
· 763 commits to master since this release
589a911

Fixes

  • ensure that lts/* points to boron/latest, not argon/earliest (#1268)
  • nvm uninstall: work around nomatch zsh option (#1228)
  • Fix trailing whitespace in nvm ls-remote``zsh: when warncreateglobal is set, this line warns for some reason. Use env to suppress it (#1236)
  • Remove un-local var EXIT_CODE (#1236)
  • install: Manually run git gc after nvm installation (#1231, #1226)

Refactors

  • nvm ls-remote: make the main ls-remote command call into nvm_remote_versions directly
  • nvm_install_source, nvm_install_binary, nvm_download_artifact: ensure a version is provided
  • Use ||: and &&: when appropriate
  • nvm_ls_remote_index_tab: clean up to use nvm_get_mirror
  • nvm_install_binary: remove unused nvm_get_mirror call
  • Fix indentation (#1256)

Docs

  • zsh auto-use snippet: improve speed (#1264)
  • Fix "Manual upgrade" link in readme (#1247)
  • add a menu for readme for easier readability (#1234)
  • Remove fin from the readme (#1225)
  • Bump to require git v1.7+ and add docs (#1233, #1232)
  • copyedit readme (#1230)

Tests

  • consolidate APT packages (#1260)
  • improve + update test mocks
  • update test mocks (#1248)