Skip to content

Latest commit

 

History

History
86 lines (53 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

86 lines (53 loc) · 3.81 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: EthKeyring now extends the Keyring type from @metamask/keyring-utils instead of Keyring<Json> from @metamask/utils (#226)

Changed

  • Bump @metamask/keyring-api from ^17.0.0 to ^17.2.0 (#212), (#220)
  • Use ts-bridge/[email protected] (#214)
    • This new version fixes a bug regarding some missing exports.

Changed

  • Bump @metamask/keyring-api from ^16.1.0 to ^17.0.0 (#192)

Changed

  • Bump @metamask/keyring-api from ^16.0.0 to ^16.1.0 (#176)

Changed

  • BREAKING: Bump @metamask/keyring-api from ^15.0.0 to ^16.0.0 (#172)
    • The scopes from each *AccountStruct types is now more strict (remove support of CAIP-2 namespaces) which impact all Internal*AccountStruct types.
  • Bump @metamask/utils from ^11.0.1 to ^11.1.0 (#167)

Changed

  • BREAKING: Bump @metamask/keyring-api from ^14.0.0 to ^15.0.0 (#160)
    • The scopes from each *AccountStruct types is now more strict which impact all Internal*AccountStruct types.

Changed

  • Bump @metamask/keyring-api from ^13.0.0 to ^14.0.0 (#155)

Changed

  • BREAKING: Bump @metamask/keyring-api from ^12.0.0 to ^13.0.0 (#101)
    • This change was not properly reported as breaking on the 1.1.0.
    • InternalAccount extends KeyringAccount which has a new required field (scopes) and is part of the public API.

Changed

  • Bump @metamask/keyring-api from ^12.0.0 to ^13.0.0 (#101)

Added