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
createFormattersfactory with shared display formatters (formatNumber,formatCurrency,formatCurrencyCompact,formatCurrencyWithMinThreshold,formatCurrencyTokenPrice,formatToken,formatTokenQuantity,formatTokenAmount,formatPercentWithMinThreshold,formatCompact,formatDateTime) (#9504)
- Map
assetActivationandassetDeactivationactivity types in transaction activity mappers (#9440)
- Initial release of the
@metamask/client-utilspackage for functions and utilities shared across MetaMask clients (extension and mobile) (#9375) - Add transaction activity mappers and shared activity types (#9376)
mapApiTransactionfor mapping EVM API transactions to activity itemsmapKeyringTransactionfor mapping keyring transactions to activity itemsmapLocalTransactionfor mapping local transaction groups to activity items- Shared activity types (
ActivityItem,ActivityKind,Status, etc.)