Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.26 KB

File metadata and controls

30 lines (20 loc) · 1.26 KB

Changelog

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.

Added

  • BREAKING: Add support for formatting the generated method action type files with Prettier or Oxfmt (#8486)
    • This adds a --formatter option to the CLI, which accepts either oxfmt or prettier (default).
    • ESLint is no longer used to format the generated files, and is no longer a (peer) dependency of this package.

Added

  • 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).