koajs / joi-router

Configurable, input and output validated routing for koa
MIT License
450 stars 96 forks source link

Router option to pass options to validator #92

Closed Come2Daddy closed 3 years ago

Come2Daddy commented 5 years ago

Can't figure if it's a breaking change in regard of all Joi validation options. Got it working well with { abortEarly: false }.

As it's a per route configuration, it's kinda fix #41.

aheckmann commented 3 years ago

fixed in https://github.com/koajs/joi-router/pull/119