Skip to content

Latest commit

 

History

History
98 lines (59 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

98 lines (59 loc) · 3.58 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.

Added

  • Add isScopeEqual and isScopeEqualToAny helpers (#222)

Added

  • Add AccountId type (#211)

Changed

Fixed

  • Export Keyring and KeyringClass types from package root (#208)

Added

  • Add Keyring and KeyringClass types (#201), (#205)
    • The two types have been migrated from @metamask/utils.
    • The State generic accepted by the two types was removed, and the deserialize and serialize signatures were updated to use Json instead of State as argument and return types.

Changed

Changed

  • Bump @metamask/utils from ^11.0.1 to ^11.1.0 (#167)

Added

  • Add AccountIdStruct alias (#154)

Changed

  • Add generic type in definePattern (#150)
    • It allows to use template literal type that matches the pattern.

Added

  • Add Bitcoin address helpers (#147)

Changed

  • Bump @metamask/utils from ^9.3.0 to ^11.0.1 (#134)

Changed