Releases: volta-cli/volta
Releases · volta-cli/volta
v0.8.6
- Improve parsing of
engines
when installing a package (#791, #792)
v0.8.5
- 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
- Add
{{filename}}
and {{ext}}
(extension) replacements for template
hooks (#774)
- Show better error when running
volta install yarn
without a Node version available (#763)
v0.8.3
- Fix bug preventing custom
npm
versions from launching on Windows (#777)
- Fix for completions in
zsh
for volta list
(#772)
v0.8.2
- Add support for workspaces through the
extends
key in package.json
(#755)
- Improve
volta setup
to make profile scripts more shareable across machines (#756)
v0.8.1
- Fix panic when running
volta completions zsh
(#746)
- Improve startup latency by reducing binary size (#732, #733, #734, #735)
v0.8.0
- Support for pinning / installing custom versions of
npm
(#691)
- New command:
volta run
which will let you run one-off commands using custom versions of Node / Yarn / npm (#713)
- Added default pretty formatter for
volta list
(#697)
- Improved setup of Volta environment to make it work in more scenarios (#666, #725)
- Bug fixes and performance improvements (#683, #701, #703, #704, #707, #717)
v0.7.2
- Added
npm.cmd
, npx.cmd
, and yarn.cmd
on Windows to support tools that look for CMD files specifically (#663)
- Updated
volta setup
to also ensure that the shim symlinks are set up correctly (#662)
v0.7.1
- Added warning when attempting to
volta uninstall
a package you don't have installed (#638)
- Added informational message about pinned project version when running
volta install
(#646)
volta completions
will attempt to create the output directory if it doesn't exist (#647)
volta install
will correctly handle script files that have CRLF as the line ending (#644)
v0.7.0
- Removed deprecated commands
volta activate
, volta deactivate
, and volta current
(#620, #559)
- Simplified installer behavior and added data directory migration support (#619)
- Removed reliance on UNC paths when executing node scripts (#637)