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.
- BREAKING:
EthKeyring
now extends theKeyring
type from@metamask/keyring-utils
instead ofKeyring<Json>
from@metamask/utils
(#226)
- 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.
- Bump
@metamask/keyring-api
from^16.1.0
to^17.0.0
(#192)
- Bump
@metamask/keyring-api
from^16.0.0
to^16.1.0
(#176)
- 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 allInternal*AccountStruct
types.
- The
- Bump
@metamask/utils
from^11.0.1
to^11.1.0
(#167)
- 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 allInternal*AccountStruct
types.
- The
- Bump
@metamask/keyring-api
from^13.0.0
to^14.0.0
(#155)
- 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
extendsKeyringAccount
which has a new required field (scopes
) and is part of the public API.
- This change was not properly reported as breaking on the
- Bump
@metamask/keyring-api
from^12.0.0
to^13.0.0
(#101)
- Use
ts-bridge/[email protected]
(#118)- This new version fixes a bug with CJS re-exports.
- Initial release (#24)