Federico Ciardi
Federico Ciardi
We are still mentioning support for Node 8 both in the readme and in the package.json. I 100% agree we should remove it (maybe also Node 10), but we need...
๐ I was still thinking about a few edge cases, but if they all pass I will just implement tests.
Maybe wildcards and our custom validators for arrays.
@Inkbug Is there any particular use case for this?
Does it work with `express@4` ? --- edit: I think it does (ref: https://github.com/expressjs/express/issues/2752). We should mention it in the docs as a FAQ.
We can do nothing until express 5 is still a ~~beta~~ alpha :(
Y, that does not mutate the original req object and works๐
I'm not sure of why you would like to change the param name that failed. `withMessage` accepts an object as a param, so the right place to perform this kind...
This is something we should definitely implement because the same problem also happened to me. You may resolve with some kind of wrapper around `checkSchema`. (Keep also in mind that...
- `exist()` and `isLength()` are quite different because the first one can check also non-string values and has a couple of useful options. - `optional()` applies to the entire chain....