express-rest-boilerplate
express-rest-boilerplate copied to clipboard
Bump express-validation from 1.0.3 to 4.1.0
Bumps express-validation from 1.0.3 to 4.1.0.
Changelog
Sourced from express-validation's changelog.
Changelog
4.0.0
3.1.0
- Handle mutation by completely replacing the request property with validated/coerced value from Joi: #154
3.0.3
- adding better typescript support: #106
Changes from versions 2.0
- Global options for
allowUnknown*removed- Joi no longer parsing response to JSON, so we dont
Changes before 3.0
2.0.0:
- Updated to joi version 15, which broke all the things: #101
1.0.2:
- Lifted Joi peerDependencies, now it's
*so to offload responsability to end-users. #581.0.0:
- Removed
flattendocumentation as the functionality was broken since 0.5.0 and nobody opened an issue about it (nor there were tests for that option).- Added
contextRequestoption from #25, thanks to@amazzeo- A bit of documentation revamp, feedback is welcome
0.6.0:
Joidependency moved topeerDependencies, it has to be installed at the same depth asexpress-validation. This is to avoid having to bump library version to updateJoi.0.5.0:
reqobjects gets parsed.Joivalidates thebody,params,query,headersorcookiesand returns a Javascript Object.0.4.5: support for
Joi.refinside arrays, refer to #17 for an example0.4.4: support for Joi
any.default, thanks to@iheanyi0.4.3: added cookies validation, thanks to
@aymericbeaumet.0.4.2: errors have now a
typesarray (full reference in Joi source), similar tomessages, useful to sum up errors for internationalization purposes.0.4.1: added
options()method to globally override configuration.
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by papandreou, a new releaser for express-validation since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)