Skip to content

0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 01:38
· 1395 commits to main since this release
92e5dae

@metamask/snap-controllers

Changed

  • BREAKING: Rename execution environment service class and events (#188)
    • ServiceMessenger events are now named ExecutionService.
    • WebWorkerExecutionEnvironmentService is now named WebWorkerExecutionService.

@metamask/example-snap

Changed

  • No changes this release.

@metamask/iframe-execution-environment-service

Changed

  • BREAKING: Rename execution environment service class and events (#188)
    • ServiceMessenger events are now named ExecutionService.
    • IframeExecutionEnvironmentService is now named IframeExecutionService.

@metamask/rpc-methods

Changed

  • No changes this release.

@metamask/snap-examples

Changed

  • No changes this release.

@metamask/snaps-cli

Added

  • ESM support for mm-snap build (#185)
    • The build command can now handle snap source code that includes ESM import / export statements. They will be transpiled to their CommonJS equivalents via Babel.

Fixed

  • Fix mm-snap init src default value (#186)
    • It now correctly defaults to src/index.js instead of just index.js.
  • Fix comment stripping (#189)
    • Comments wouldn't be stripped under certain circumstances due to a RegEx error, details here.

@metamask/snap-types

Changed

  • BREAKING: Rename ServiceMessenger events to ExecutionService (#188)

@metamask/snap-workers

Changed

  • No changes this release.