mm-ninja-turtles / turtle-express

My attempt of making Express.JS a typesafe router with Zod.
3 stars 0 forks source link

feat(resolver): 🎉 new uncontrolledResolver options in handler func #21

Closed wai-lin closed 2 years ago

wai-lin commented 2 years ago

BREAKING CHANGE: Making the uncontrolledResolver option works, the response schema option is now partial. It'll throw an error for now it response schema is not provided.

16