Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 2.07 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.

Removed

  • BREAKING: Remove isomorphic-fetch (#1106)
    • Consumers must now import isomorphic-fetch or another polyfill themselves if they are running in an environment without fetch

Changed

  • Rename this repository to core (#1031)
  • Update @metamask/controller-utils package (#1041)

Changed

  • Relax dependency on @metamask/base-controller and @metamask/permission-controller (use ^ instead of ~) (#998)

Added

  • Initial release
    • As a result of converting our shared controllers repo into a monorepo (#831), we've created this package from select parts of @metamask/controllers v33.0.0, namely:

      • Everything in src/subject-metadata

      All changes listed after this point were applied to this package following the monorepo conversion.

  • Add method to get subject metadata by origin (#950)