Releases: volta-cli/volta
Releases · volta-cli/volta
v0.7.0-beta3
3rd Beta Release of 0.7.0, including:
- Removal of deprecated commands
volta activate
, volta deactivate
, and volta current
- Migrations to support smoother upgrades in the future
- Support for managed distribution with
volta setup
command
- Simplified installers to move more of the logic into the application.
Notes:
- To install this release on Linux / Mac OS, run:
curl https://raw.githubusercontent.com/volta-cli/volta/master/dev/unix/volta-install.sh | bash -s -- --version 0.7.0-beta3
- On Windows, the Installer should work as a direct upgrade over 0.6.8
v0.7.0-beta2
2nd beta for 0.7.0, including fix from #617
v0.7.0-beta1
Test release with volta-updates
feature enabled.
v0.6.8
- You can now use tagged versions when installing a tool with
volta install
(#604)
volta install <tool>
will now prefer LTS Node when pinning a version (#604)
v0.6.7
volta pin
will no longer remove a closing newline from package.json
(#603)
- New environment variable
VOLTA_BYPASS
will allow you to temporarily disable Volta shims (#600)
v0.6.6
- Node and Yarn can now both be pinned in the same command
volta pin node yarn
(#593)
- Windows installer will now work on minimal Windows installs (e.g. Windows Sandbox) (#592)
v0.6.5
volta list
Now always outputs to stdout, regardless of how it is called (#581)
- DEPRECATION:
volta activate
and volta deactivate
are deprecated and will be removed in a future version (#571)
v0.6.4
volta install
now works for installing packages from a private, authenticated registry (#554)
volta install
now has better diagnostic messages when things go wrong (#548)
v0.6.3
volta install
will no longer error when installing a scoped binary package (#537)
v0.6.2
- Added
volta list
command for inspecting the available tools and versions (#461)