Releases: volta-cli/volta
Releases · volta-cli/volta
v1.0.3
14 Apr 17:03
Compare
Sorry, something went wrong.
No results found
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
23 Feb 19:11
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.9.2
29 Oct 20:12
Compare
Sorry, something went wrong.
No results found
Correctly detect Volta binary installation directory (#864 )
v0.9.1
22 Oct 18:03
Compare
Sorry, something went wrong.
No results found
Fix an issue with installing globals using npm 7 (#858 )
v0.9.0
21 Oct 22:10
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Support fetching older versions of Yarn (#771 )
Correctly detect zsh environment with ZDOTDIR variable (#799 )
Prevent race conditions when installing tools (#684 , #796 )