Releases: MetaMask/snaps
Releases · MetaMask/snaps
0.2.0
@metamask/snap-controllers
Changed
- Update publish scripts (#92)
@metamask/iframe-execution-environment-service
Changed
- Update publish scripts (#92)
@metamask/rpc-methods
Changed
- Update publish scripts (#92)
@metamask/snap-examples
Changed
- Update publish scripts (#92)
@metamask/snaps-cli
Changed
- Update publish scripts (#92)
@metamask/snap-types
Changed
- Update publish scripts (#92)
@metamask/snap-workers
Changed
- Update publish scripts (#92)
0.1.2
0.1.1
@metamask/snap-controllers
Added
- Out of band error support (#88)
Changed
- @metamask/[email protected] (#87)
@metamask/iframe-execution-environment-service
Added
- Out of band error support (#88)
@metamask/snap-examples
Added
- Add missing publish scripts to new packages
Changed
- Fix examples compatibility issues
@metamask/snaps-cli
Added
- Missing publish scripts to new packages
0.1.0
@metamask/snap-controllers
Added
- Readme file (#71)
Changed
- (BREAKING) Rename package to
@metamask/snap-controllers
(#73)
@metamask/iframe-execution-environment-service
Added
- License and readme files (#71)
Changed
- (BREAKING) Rename package to
@metamask/iframe-execution-environment-service
(#73)
@metamask/rpc-methods
Added
- Readme file (#71)
Changed
- (BREAKING) Rename package to
@metamask/rpc-methods
(#73)
@metamask/snap-examples
Changed
- Initial release (#72)
- This package was previously a subset of
snaps-cli
, which has been renamed to@metamask/snaps-cli
. - Some examples have been deleted because they were outdated.
- This package was previously a subset of
@metamask/snaps-cli
Changed
- (BREAKING) Rename package to
@metamask/snaps-cli
(#72)
Removed
- Example snaps (#72)
- The examples now live in their own package,
@metamask/snap-examples
.
- The examples now live in their own package,
@metamask/snap-types
Added
- Readme file (#71)
Changed
- (BREAKING) Rename package to
@metamask/snap-types
(#73)
@metamask/snap-workers
Changed
- (BREAKING) Rename package to
@metamask/snap-workers
(#73)
0.0.9
@mm-snap/controllers
Added
PluginController
: Always persist pluginisRunning
state asfalse
(#64)- Plugins are not automatically running on boot, and we should never persist this state as
true
.
- Plugins are not automatically running on boot, and we should never persist this state as
Changed
- (BREAKING)
@metamask/[email protected]
(#66)- This may cause incompatibilities with other versions of the
@metamask/controllers
package.
- This may cause incompatibilities with other versions of the
0.0.8
0.0.7
0.0.6
@mm-snap/controllers
Added
Changed
- (BREAKING) Migrate
CommandEngine
message format to JSON-RPC (#11) - (BREAKING) Refactor
PluginController
to useBaseControllerV2
(#13) - (BREAKING) Use generic execution environment interface (#19)
- (BREAKING) Restore origin parameter to
setupWorkerConnection
, rename tosetupPluginProvider
(#20) - (BREAKING) Rename some execution environment methods (#23)
Fixed
- Ensure that the plugin
isRunning
check always runs when a plugin is started (#21)
@mm-snap/iframe-execution-environment-service
Added
- Initial release
@mm-snap/rpc-methods
Changed
- (BREAKING) Migrate
CommandEngine
message format to JSON-RPC (#11) - (BREAKING) Use generic execution environment interface (#19)
@mm-snap/types
@mm-snap/workers
Added
- Execution environment OpenRPC spec (#23)