Skip to content

Releases: teambit/bvm

v0.4.1

05 Jun 13:08
Compare
Choose a tag to compare

Bug Fixes

  • fix: remove dependency that required zstd (#87)

v0.4.0

31 May 12:10
Compare
Choose a tag to compare

Breaking changes

  • drop Node.js 14 support

New Features

  • support Node.js > 18
  • add new network.cafile config

Bug Fixes

  • improve network config support
  • fix bvm remove

Docs

  • add pnpm into installation guide

Internal

  • update @pnpm dependencies
  • update minio version

v0.3.1

20 Feb 15:29
Compare
Choose a tag to compare

Bug fixes

  • update dependencies to fix proxy configuration issues

v0.3.0

08 Feb 10:39
Compare
Choose a tag to compare

New Features

  • update cmd-shim package to better support shim with -S

This change is required to install bit versions >= 0.0.982

v0.2.10

05 Feb 14:06
Compare
Choose a tag to compare

New Features

  • support installation for linux arm64 (#75)

v0.2.9

30 Nov 15:28
Compare
Choose a tag to compare

New Features

  • allow globally configure the default extract method (config name is EXTRACT_METHOD)
    usage:
    bvm config set EXTRACT_METHOD "default | child-process"
  • add config SKIP_TEMP_DIR to skip temp dir when extracting the version

Changes

  • set child-process as the default extract method for windows

v0.2.8

11 Nov 10:12
Compare
Choose a tag to compare

Bug fixes

  • extracting with child process by relative path

v0.2.6

10 Nov 21:37
Compare
Choose a tag to compare

New Features

  • support new extract method child process

v0.2.5

07 Nov 13:40
Compare
Choose a tag to compare

New Features

  • fallback to x64 for unsupported arch

v0.2.4

02 Nov 10:12
Compare
Choose a tag to compare

Bug Fixes

  • fix bugs with --os and --arch flags