Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 22:22
· 24 commits to main since this release

Minor Changes

  • efdcdb9: Replaced Zod validation with a much simpler normalization and assertion πŸš€

    This brings a huge TypeScript performance boost for both maintainers and users of the module.

    Developers using the module will also be happy to discover that each option is now documented (they always were, but documentation was erased from Zod inferred types by TypeScript) and each type used in options can be exported if you need to programatically extend the options.

    Better yet? Common mistakes are still checked and pretty printed!

    See the full explanation for decision to switch from Zod in the commit message.

    🐞 If you stumble upon a bug caused by this switch, please report them on issue tracker.

Patch Changes

  • 9e42c63: Fixed a typo in message about message that cannot be parsed