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: Add support for formatting the generated method action type files with Prettier or Oxfmt (#8486)
- This adds a
--formatteroption to the CLI, which accepts eitheroxfmtorprettier(default). - ESLint is no longer used to format the generated files, and is no longer a (peer) dependency of this package.
- This adds a
- Initial release, extracted from
@metamask/messenger(#8378)- CLI tool for generating TypeScript action type files for controllers and services that define
MESSENGER_EXPOSED_METHODS. - Available as a CLI binary (
messenger-action-types).
- CLI tool for generating TypeScript action type files for controllers and services that define