Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.09 KB

File metadata and controls

42 lines (27 loc) · 2.09 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

  • Bump @metamask/utils from ^11.12.0 to ^12.0.0 (#10192)

Fixed

  • Use preserve module kind and bundler resolution in type extractor (#10240)
    • This fixes a bug where the type extractor would fail to resolve types for packages using subpath exports.

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.
  • Speed up documentation generation by loading source files in bulk instead of one at a time (#9990)
  • Bump @metamask/utils from ^11.11.0 to ^11.12.0 (#10076)

Added

  • Initial release of the platform-api-docs package (#8012, #9913)