Skip to content

Releases: volta-cli/volta

v1.0.2

23 Feb 19:11
9606139
Compare
Choose a tag to compare
  • Fix issues where volta list wasn't showing the correct information in all cases (#778, #926)
  • Make detection of tool name case-insensitive on Windows (#941)
  • Fix problem with npm link in a scoped package under npm 7 (#945)

v1.0.1

15 Jan 19:52
56a306c
Compare
Choose a tag to compare
  • Create Native build for Apple Silicon machines (#915, #917)
    • Note: As of the time this was published, Node does not have pre-built binaries for Apple Silicon, so Node will still be run through Rosetta 2.

v1.0.0

21 Dec 16:38
d523e32
Compare
Choose a tag to compare
  • 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

16 Dec 03:11
d409d83
Compare
Choose a tag to compare
v0.9.99 Pre-release
Pre-release

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

11 Dec 01:54
3594af0
Compare
Choose a tag to compare

v0.9.2

29 Oct 20:12
8f9e868
Compare
Choose a tag to compare
  • Correctly detect Volta binary installation directory (#864)

v0.9.1

22 Oct 18:03
d2bd691
Compare
Choose a tag to compare
  • Fix an issue with installing globals using npm 7 (#858)

v0.9.0

21 Oct 22:10
c63d91e
Compare
Choose a tag to compare
  • 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

25 Aug 00:38
9b37b34
Compare
Choose a tag to compare
v0.8.7 Pre-release
Pre-release
  • 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

03 Aug 20:32
701d036
Compare
Choose a tag to compare
v0.8.6 Pre-release
Pre-release
  • Improve parsing of engines when installing a package (#791, #792)