Replies: 1 comment
-
Support is currently in progress. See the express-5-support branch. Currently, 29 of 414 tests are failing and require resolution. PRs are very much welcomed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently migrating from express 4.x.x to express 5.x.x. However, the query parsing of an array of string does not work well - the validator fails at recognizing an array, the query param is considered as a string.
So I am wondering to what extent express-open-api is supposed to support Express 5.x.x...? I cannot see anythong in the change-history (but maybe I am not doing right), and coerceType is deprecated, so I don't know what to do...
Remark : req.query does not inherit from Object.prototype anymore ([Object: null prototype]), and maybe it is not supported by express-open-api for now...?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions