Skip to content

v0.33.2

Compare
Choose a tag to compare
@ljharb ljharb released this 26 Apr 08:22
· 590 commits to master since this release
0a95e77

New Stuff

  • Enable curl auto compression/decompression (#1437)
  • Supercharge nvm debug output (#1453)
  • Add missing commands in bash_completion (#1467)
  • install.sh: Parallel script download jobs (#1479)

Fixes

  • ensure MANPATH is not unbound (#1413)
  • checksums: remove libressl command support (#1417)
  • install.sh: NVM_PROFILE bash/zsh detection in installation, bash_completion fixes (#1375)
  • stop setting mirror env vars unnecessarily (#1429)
  • Install failed should return correct exit status (#1347, #1348)
  • nvm install -s: ensure additional params lack a trailing space
  • declare MANPATH if and only if it's not set (#1430)
  • [completions] Remove nospace in bash_completion (#1456)
  • nvm install -s: npm detection
  • nvm_ensure_version_installed: add system support (#1238)
  • confirm curl exists before detecting curl libz feature (#1487, #1497)

Documentation

Refactors

Performance

Tests