Releases: volta-cli/volta
Releases · volta-cli/volta
v1.0.3
- Fix pinning of
npm@bundled
when there is a custom default npm version (#957)
- Use correct binary name for scoped packages with a string
bin
entry in package.json
(#969)
v1.0.2
- 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
- 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
- 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
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.2
- Correctly detect Volta binary installation directory (#864)
v0.9.1
- Fix an issue with installing globals using npm 7 (#858)
v0.9.0
- 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
- Support fetching older versions of Yarn (#771)
- Correctly detect
zsh
environment with ZDOTDIR
variable (#799)
- Prevent race conditions when installing tools (#684, #796)