Hilzu / express-openapi-validate

Express middleware to validate requests based on an OpenAPI 3 document
Apache License 2.0
75 stars 12 forks source link

match() should throw if no matching validator is found #64

Closed codeclown closed 3 years ago

codeclown commented 4 years ago

As per discussion in https://github.com/Hilzu/express-openapi-validate/pull/63...

This is a breaking change compared to current behaviour.