Skip to content

0.9.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 21:20
· 1936 commits to main since this release
d49f468

@metamask/snap-controllers

Added

  • Make SnapController npm registry configurable (#200)

Changed

  • BREAKING: Return null from SnapController.getSnapState if the snap has no state (#203)
    • Previously it would return undefined in this case.
  • @metamask/controllers@^25.1.0 (#207)

@metamask/iframe-execution-environment-service

Changed

  • @metamask/controllers@^25.1.0 (#207)

@metamask/rpc-methods

Changed

  • @metamask/controllers@^25.1.0 (#207)

@metamask/snap-examples

Changed

  • No changes this release.

@metamask/snaps-cli

Added

  • Transpilation configuration (#213)
    • mm-snap build now takes a --transpilationMode argument which determines what will be transpiled by Babel during building: all source code (including dependencies), local source code only, or nothing.

Fixed

  • mm-snap build command when CLI is installed globally (#216)
  • Update installation command in readme (#205)

@metamask/snap-types

Changed

  • @metamask/controllers@^25.1.0 (#207)
    • This may affect some types in this package.

@metamask/snap-workers

Changed

  • No changes this release.