Skip to content

ESM only

Choose a tag to compare

@github-actions github-actions released this 30 Dec 04:59
· 16 commits to 2.x since this release

Breaking changes

  • The package is now ESM-only
  • The types are no longer exported from the main entrypoint. Instead, they are exported from the /types submodule.
  • Slight changes in the wording of error messages (Might be a breaking change, if some part of your codebase relies on exact error message string)

Code Refactoring

  • remove validator package and use internal helpers for validation (164fa9b)

Features

What's Changed

New Contributors

Full Changelog: v1.0.3...v2.0.0