Skip to content

Releases: MetaMask/utils

11.11.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 12:39
9c4af7e

Added

  • Add Stellar CAIP namespace (#278)

11.10.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 12:21
6b14e89

Added

  • Add ensureError utility for converting unknown values to error (#275)

11.9.0

Choose a tag to compare

@github-actions github-actions released this 17 Dec 13:26
b83ef12

Added

  • Add sha256 utility function (#273)

11.8.1

Choose a tag to compare

@github-actions github-actions released this 24 Sep 12:11
339faae

Changed

  • Replace superstruct.is with faster regex checks for isCaip* functions (#270)
    • Those calls were slow especially on our mobile client.

11.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 11:20
40ed2bd

Added

  • Add areUint8ArraysEqual function to compare two Uint8Array types (#268)

11.7.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 14:18
486ea89

Added

  • Add Tron CAIP namespace (#266)

Fixed

  • Fix API docs generation (#264)

11.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 18:06
758b1d1

Added

  • Migrate units conversion utils from @metamask/ethjs-unit (#255)

Changed

  • Make KnownCaipNamespacedChainId type generic over Namespace type parameter (#262)

11.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 12:46
66f825d

Added

  • Add KnownCaipNamespacedChainId type as narrower subtype of CaipChainId (#258)

Changed

  • Add lodash and @types/lodash as dependencies (#253, #257)

Removed

  • Remove lodash.memoize (dependency) and @types/lodash.memoize (devDependency) (#253).

11.4.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 08:24
1bea7f3

Fixed

  • Improve performance of isValidChecksumAddress and isValidHexAddress functions (#248)

11.4.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 12:21
33629cb

Fixed

  • Improve performance of getChecksumAddress function (#246)