Skip to content
New issue

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

Add typed form decoding support #33

Merged
merged 7 commits into from
Nov 27, 2024
Merged

Add typed form decoding support #33

merged 7 commits into from
Nov 27, 2024

Conversation

yawaramin
Copy link
Owner

Dream has basic support for parsing and processing HTML forms; add more powerful, declarative support decoding into a custom type or collecting all form decode errors in a single error result.

See aantron/dream#66

Dream has basic support for parsing and processing HTML forms; add more
powerful, declarative support decoding into a custom type or collecting
all form decode errors in a single error result.
Get rid of English phrases from error responses and return translateable
keys instead. Simplify types–remove field type and use function types
instead. Make internal field value lookups a bit more efficient.
@yawaramin yawaramin merged commit 2500f63 into main Nov 27, 2024
@yawaramin yawaramin deleted the form-validation branch November 27, 2024 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant