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.
- BREAKING: Remove
isomorphic-fetch
(#1106)- Consumers must now import
isomorphic-fetch
or another polyfill themselves if they are running in an environment withoutfetch
- Consumers must now import
- Add
updateCaveat
action (#1071)
- BREAKING: Update
@metamask/network-controller
peer dependency to v3 (#1041) - Rename this repository to
core
(#1031) - Update
@metamask/controller-utils
package (#1041)
- This package will now warn if a required package is not present (#1003)
- Relax dependencies on
@metamask/approval-controller
,@metamask/base-controller
and@metamask/controller-utils
(use^
instead of~
) (#998)
- Initial release
-
As a result of converting our shared controllers repo into a monorepo (#831), we've created this package from select parts of
@metamask/controllers
v33.0.0, namely:- Everything in
src/permissions
All changes listed after this point were applied to this package following the monorepo conversion.
- Everything in
-