Volta Versions Save

Volta: JS Toolchains as Code. ⚡

v1.1.1

1 year ago
  • Experimental support for pnpm (requires VOLTA_FEATURE_PNPM environment variable) (#1273)
  • Fix to correctly import native root certificates (#1375)
  • Better detection of executables provided by yarn (#1388, #1393)

v1.1.0

1 year ago
  • Added support for pinning / installing Yarn 3+ (#1305)
  • Improved portability and installer effectiveness by removing dependency on OpenSSL (#1214)

v1.0.8

1 year ago
  • Fix for malformed bin entries when installing global packages (#997)
  • Dependency updates

v1.0.7

2 years ago
  • Added build for Linux distros with OpenSSL 3.0 (#1211)

v1.0.6

2 years ago
  • Fixed panic when stdout is closed (#1058)
  • Disabled global package interception when --prefix is provided (#1171)
  • Numerous dependency updates

v1.0.5

2 years ago
  • Added error when attempting to install Node using nvm syntax (#1020)
  • Avoid modifying shell config if the environment is already correct (#990)
  • Prevent trying to read OS-generated files as package configs (#981)

v1.0.4

3 years ago
  • Fetch native Apple silicon versions of Node when available (#974)

v1.0.3

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • 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.