Adds additional functionality on top of zod framework.
See docs for instructions on how to use.
In order to make a new release, please follow these steps.
- Make changes and open a pull request.
- Apply proper labels to pull request;
- Add one of
major
,minor
orpatch
according to semver to trigger a release. - Or add
skip-release
label to avoid release when merging pull request.
- Merge pull request.
- Done.