Skip to content

v3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 06:29
· 95 commits to main since this release

Minor Changes

  • 66f5b5d: Match ZodError via heuristics instead of relying on instanceof.

    Why? Because we want to ensure that zod-validation-error works smoothly even when multiple versions of zod have been installed in the same project.