Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.44 KB

File metadata and controls

31 lines (21 loc) · 1.44 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • BREAKING: Drop CommonJS support (#9536)
    • This package is now ESM-only, but can still be used in CommonJS projects via require(esm) in modern Node.js versions (22+), or dynamic imports in older Node.js versions.
  • BREAKING: Bump minimum Node.js version to 22 (#9976)
  • BREAKING: Bump TypeScript target to ES2022 (#10019)
    • This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume.

Added

  • Initial release (#9314)
    • Cache directory resolution from Yarn config
    • Artifact config helpers, checksum verification, and downloads
    • Archive extraction, executable wrappers, and filesystem helpers