Volta Versions Save

Volta: JS Toolchains as Code. ⚡

v1.0.0

3 years ago
  • Support for npm link (#888, #889, #891)
  • Support for npm update -g and yarn global upgrade (#895)
  • Improvements in the handling of npm and yarn commands (#886, #887)

v0.9.99

3 years ago

This is a Release Candidate version for Volta 1.0.0. It includes the following changes from Volta 0.9.3:

  • Support for npm link (#888, #889, #891)
  • Support for npm update -g and yarn global upgrade (#895)
  • Improvements to handling npm and yarn commands (#886, #887)

Since this is an RC build, it won't be set as the "latest" Volta version. To install it on Unix, use the following command with an extra flag for the installer:

curl https://get.volta.sh | bash -s -- --version 0.9.99

v0.9.3

3 years ago
  • Various fixes to event plugin logic (#892, #894, #897)

v0.9.2

3 years ago
  • Correctly detect Volta binary installation directory (#864)

v0.9.1

3 years ago
  • Fix an issue with installing globals using npm 7 (#858)

v0.9.0

3 years ago
  • Support Proxies through environment variables (#809, #851)
  • Avoid unnecessary exists calls for files (#834)
  • Rework package installs to allow for directly calling package manager (#848, #849)
  • Breaking Change: Remove support for packages hooks (#817)

v0.8.7

3 years ago
  • Support fetching older versions of Yarn (#771)
  • Correctly detect zsh environment with ZDOTDIR variable (#799)
  • Prevent race conditions when installing tools (#684, #796)

v0.8.6

3 years ago
  • Improve parsing of engines when installing a package (#791, #792)

v0.8.5

3 years ago
  • Improve the stability of installing tools on systems with virus scanning software (#784)
  • Make volta uninstall work correctly when the original install had an issue (#787)

v0.8.4

3 years ago
  • Add {{filename}} and {{ext}} (extension) replacements for template hooks (#774)
  • Show better error when running volta install yarn without a Node version available (#763)