Skip to content

Releases: volta-cli/volta

v0.7.0-beta2

04 Dec 18:39
e0290c2
Compare
Choose a tag to compare
v0.7.0-beta2 Pre-release
Pre-release

2nd beta for 0.7.0, including fix from #617

v0.7.0-beta1

03 Dec 21:53
9a51992
Compare
Choose a tag to compare
v0.7.0-beta1 Pre-release
Pre-release

Test release with volta-updates feature enabled.

v0.6.8

25 Nov 20:20
88ffe6b
Compare
Choose a tag to compare
v0.6.8 Pre-release
Pre-release
  • 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

18 Nov 21:18
40b0714
Compare
Choose a tag to compare
v0.6.7 Pre-release
Pre-release
  • 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

11 Nov 22:18
4b5dc40
Compare
Choose a tag to compare
v0.6.6 Pre-release
Pre-release
  • 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

04 Nov 20:26
8d5591d
Compare
Choose a tag to compare
v0.6.5 Pre-release
Pre-release
  • 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

15 Oct 00:15
2794092
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release
  • 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

09 Sep 22:50
b37e088
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release
  • volta install will no longer error when installing a scoped binary package (#537)

v0.6.2

19 Aug 23:13
70ad381
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release
  • Added volta list command for inspecting the available tools and versions (#461)

v0.6.1

05 Aug 20:19
6d3a66e
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
  • Windows users will see a spinner instead of a � when Volta is loading data (#511)
  • Interrupting a tool with Ctrl+C will correctly wait for the tool to exit (#513)