edmundhung / conform

A type-safe form validation library utilizing web fundamentals to progressively enhance HTML Forms with full support for server frameworks like Remix and Next.js.
https://conform.guide
MIT License
1.8k stars 101 forks source link

feat: add class-validator parser #736

Closed ladamczyk-it closed 3 weeks ago

ladamczyk-it commented 1 month ago

@edmundhung created PR on top of #724 please consider adding it ;) some examples and docs are yet to come if You agree on concept in general.

This is needed since nestjs API uses class-validator in DTO's and we need to be consistent on BE/FE validation to avoid collisions.

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: ec978e9d035061ed4a3fa12b765330afbe072c82

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

edmundhung commented 4 weeks ago

Hi @ladamczyk-it, really appreciate your effort on sharing your solution with class-validator. Unfortunately I am not comfortable maintaining and supporting more validation solutions right now. If you happens to publish the package by yourself, I am happy to add a link to our docs site. 🙌🏼

ladamczyk-it commented 3 weeks ago

Thanks, @edmundhung understood, I'll let You know once the package is published. Btw thanks for Your efforts on Conform :) Closing PR.