express-openapi-validator icon indicating copy to clipboard operation
express-openapi-validator copied to clipboard

WIP: mono repo with fastify, and koa middleware libs

Open cdimascio opened this issue 4 years ago • 2 comments

cdimascio avatar Jan 17 '21 23:01 cdimascio

I came across koa-openapi-validator while searching npm and spent some time trying to get it working in my project before I realized it was published from a PR branch that was not yet ready to go.

The latest published version is 4.12.0-beta.5 but it looks like you've committed a number of bug fixes for koa since that was published surrounding app.enabled and req.originalUrl. Is there any intention in publishing another beta release with these changes?

I've used express-openapi-validator in express based projects and would be very happy to bring the same tooling over to my koa based projects. What is the current state of this branch and is there anything I can do to help you complete this work?

jarredkenny avatar Aug 25 '21 12:08 jarredkenny