Skip to content

Releases: volta-cli/volta

v0.8.5

27 Jul 19:09
5159d0b
Compare
Choose a tag to compare
v0.8.5 Pre-release
Pre-release
  • 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

20 Jul 17:51
d72e13e
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release
  • 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

29 Jun 17:58
42caba1
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release
  • Fix bug preventing custom npm versions from launching on Windows (#777)
  • Fix for completions in zsh for volta list (#772)

v0.8.2

17 Jun 00:54
bb0eb6a
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release
  • 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

26 May 17:24
d331899
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
  • Fix panic when running volta completions zsh (#746)
  • Improve startup latency by reducing binary size (#732, #733, #734, #735)

v0.8.0

04 May 17:31
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
  • 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

13 Feb 01:34
10a9bee
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release
  • 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

24 Jan 19:32
58f240a
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • 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

13 Jan 22:50
7405625
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • 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)

v0.7.0-beta3

19 Dec 21:29
41415bd
Compare
Choose a tag to compare
v0.7.0-beta3 Pre-release
Pre-release

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