We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for the great lib front off! Really well documented and structured.
As a developer I want to have full control of the created error message. Examples of what I want to control is:
messageBuilder(issue: ZodIssue): string
The text was updated successfully, but these errors were encountered:
Yes, that is a good suggestion that would also address #311
I cannot commit on a delivery time, but I would like to work on it.
Sorry, something went wrong.
@BioPhoton would you be so kind as to review the PR that implements MessageBuilder here (#363)?
MessageBuilder
If you don't are unable to go through the code, then at least read the docs and let us know if this is what you also had in mind.
I expect the new MessageBuilder to land on npm on the week of Sep 16 (early). Stay tuned.
jmike
Successfully merging a pull request may close this issue.
Thanks for the great lib front off! Really well documented and structured.
Motivation
As a developer I want to have full control of the created error message.
Examples of what I want to control is:
Acceptance criteria
messageBuilder(issue: ZodIssue): string
option so I can have full control of the error.The text was updated successfully, but these errors were encountered: