decs / typeschema

🛵 Universal adapter for TypeScript schema validation.
https://typeschema.com
MIT License
402 stars 13 forks source link

Support for class validator #26

Closed niemyjski closed 9 months ago

niemyjski commented 12 months ago

https://github.com/typestack/class-validator

niemyjski commented 9 months ago

@decs what would one need to do to support this?

decs commented 9 months ago

I was focusing all my time on the package restructure (#32). now that it's done, we have a better foundation to support more validation libraries 😃 I'm open to accepting PRs or I can make some time to implement this within the next week

niemyjski commented 9 months ago

I don't have much time in the next two weeks to dig in, but I could help test.

decs commented 9 months ago

done! this is launched as @typeschema/class-validator

niemyjski commented 9 months ago

Thank you so much!!!!!