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.
- Add
isScopeEqual
andisScopeEqualToAny
helpers (#222)
- Add
AccountId
type (#211)
- Use
ts-bridge/[email protected]
(#214)- This new version fixes a bug regarding some missing exports.
- Export
Keyring
andKeyringClass
types from package root (#208)
- Add
Keyring
andKeyringClass
types (#201), (#205)- The two types have been migrated from
@metamask/utils
. - The
State
generic accepted by the two types was removed, and thedeserialize
andserialize
signatures were updated to useJson
instead ofState
as argument and return types.
- The two types have been migrated from
- BREAKING: Remove
definePattern
(#173)- Has been moved to
@metamask/[email protected]
.
- Has been moved to
- Bump
@metamask/utils
from^11.0.1
to^11.1.0
(#167)
- Add
AccountIdStruct
alias (#154)
- Add generic type in
definePattern
(#150)- It allows to use template literal type that matches the pattern.
- Add Bitcoin address helpers (#147)
- Bump
@metamask/utils
from^9.3.0
to^11.0.1
(#134)
- Use
ts-bridge/[email protected]
(#118)- This new version fixes a bug with CJS re-exports.
- Initial release (#24)