Skip to content

Latest commit

 

History

History
346 lines (169 loc) · 18.6 KB

CHANGELOG.md

File metadata and controls

346 lines (169 loc) · 18.6 KB

Changelog

0.25.2 (2024-02-21)

Features

Bug Fixes

  • do not hard fail if Corepack home folder cannot be created (#382) (9834f57)
  • do not show download prompt when downloading JSON (#383) (bc137a0)

0.25.1 (2024-02-20)

Bug Fixes

  • use valid semver range for engines.node (#378) (f2185fe)

0.25.0 (2024-02-20)

⚠ BREAKING CHANGES

  • remove --all flag (#351)
  • remove Node.js 19.x from the range of supported versions (#375)
  • use fetch (#365)
  • remove old install folder migration (#373)
  • prompt user before downloading software (#360)

Features

Bug Fixes

  • remove unsafe remove of install folder (#372) (65880ca)

Miscellaneous Chores

  • remove Node.js 19.x from the range of supported versions (#375) (9a1cb38)

0.24.1 (2024-01-13)

Features

Bug Fixes

  • use: create package.json when calling corepack use on empty dir (#350) (2950a8a)

0.24.0 (2023-12-29)

Features

  • add support for HTTP redirect (#341) (6df5063)
  • add support for rangeless commands (#338) (9bee415)
  • update package manager versions (#330) (cfcc280)
  • yarn: fallback to npm when COREPACK_NPM_REGISTRY is set (#339) (0717c6a)

Bug Fixes

0.23.0 (2023-11-05)

Features

0.22.0 (2023-10-21)

Features

  • allow fallback to application/json for custom registries (#314) (92f8e71)
  • update package manager versions (#318) (0bd2577)

0.21.0 (2023-10-08)

⚠ BREAKING CHANGES

  • remove support for Node.js 16.x

Features

Miscellaneous Chores

0.20.0 (2023-08-29)

Features

0.19.0 (2023-06-24)

Features

0.18.1 (2023-06-13)

Features

Bug Fixes

  • disable v8-compile-cache when using npm@>=9.7.0 (#276) (2f3678c)
  • don't override process.exitCode (#268) (17d1f3d)

0.18.0 (2023-05-19)

⚠ BREAKING CHANGES

  • remove support for Node.js 14.x

Features

Bug Fixes

  • doc: add a note about troubleshooting network errors (#259) (aa3cbdb)

Miscellaneous Chores

0.17.2 (2023-04-07)

Features

0.17.1 (2023-03-17)

Features

0.17.0 (2023-02-24)

⚠ BREAKING CHANGES

  • add "exports" to the package.json (#239)

Features

Bug Fixes

0.16.0 (2023-02-17)

Features

Bug Fixes

0.15.3 (2022-12-30)

Features

0.15.2 (2022-11-25)

Features

0.15.1 (2022-11-04)

Features

0.15.0 (2022-10-28)

Features

  • add support for configurable registries and applicable auth options (#186) (662ae90)
  • update package manager versions (#193) (0ec3a73)
  • when strict checking is off, treat like transparent (#197) (5eadc50)

Bug Fixes

  • doc: add package configuration instruction to readme (#188) (0b7abb9)
  • recreate cache folder if necessary (#200) (7b5f2f9)

0.14.2 (2022-09-24)

Features

0.14.1 (2022-09-16)

Features

0.14.0 (2022-09-02)

Features

Bug Fixes

  • handle tags including numbers in prepare command (#165) (5a0727b)

0.13.0 (2022-08-19)

Features

  • do not use ~/.node as default value for COREPACK_HOME (#152) (09e24cf)
  • download the latest version instead of a pinned one (#134) (055b928)
  • update package manager versions (#163) (af38d5a)

0.12.3 (2022-08-12)

Features

0.12.2 (2022-08-05)

Features

0.12.1 (2022-07-21)

Bug Fixes

  • doc: update DESIGN.md s/engines.pm/packageManager/ (#141) (d6039c5)
  • update package manager versions (#146) (fdb187a)

0.12.0 (2022-07-09)

Features

Bug Fixes

0.11.2 (2022-06-13)

Bug Fixes

0.11.1 (2022-06-12)

Bug Fixes

  • ci: YAML formatting in publish workflow (#124) (01c7d63)

0.11.0 (2022-06-12)

Features

  • auto setup proxy for http requests (#69) (876ce02)

Bug Fixes

Performance Improvements

  • load binaries in the same process (#97) (5ff6e82)