Federico Ciardi
Federico Ciardi
`oneOf` is currently unsupported with `checkExact`. If it is easily implementable I'll do it right now.
Opened a PR
I'm investigating
Also, docs should be updated too once we are good to go with the implementation and the new API.
I also changed my mind on the naming of `ignoreUndefined`. It may be confusing. What about `discardUndefined`? /cc @gustavohenke
I know this is a problem and I want to solve it as fast as possible, on a minor version possibly, even if that requires a breaking change. p.s. ChatGPT...
@gustavohenke do we want to make a shift allowing validations to run on express requests and on plain json objects too? It shouldn't be too tricky to implement and would...
> > do we want to make a shift allowing validations to run on express requests and on plain json objects too? > > > > Yeah, I think this...
From developer.mozilla.org: > Public instance fields are added with Object.defineProperty() either at construction time in the base class (before the constructor body runs), or just after super() returns in a...