Changelog
*Sourced from [FluentValidation's changelog](https://github.com/JeremySkinner/FluentValidation/blob/master/Changelog.txt).*
> 8.1.0 - 6 December 2018
> Added format support for message placeholders.
> Added support for overriding inexers for collection rules.
> Allow ErrorCode to be used to override localization key in the Language Manager.
> Additional error details are now shown in the ShouldNotHaveValidationErrorFor test extension.
> Conditions defined with root-level When/WhenAsync/Unless/UnlessAsync are now only executed once (instead of once for each rule).
> Support Otherwise method chained from root-level When/WhenAsync/Unless/UnlessAsync.
> Minor wording changes to default English error messages.
> Added Skip property to MVC5's CustomizeValidatorAttribute to bring parity with AspNetCore and WebApi integration.
> Japanese translation of the default error messages.
> Remove type constraint on the OverridePropertyName overload that takes an expression.
>
> 8.0.101 - 24 November 2018
> Fix clientside property comparison validation adaptor in ASP.NET Core integration.
>
Commits
- [`327d76e`](https://github.com/JeremySkinner/FluentValidation/commit/327d76e2dcde1a09e2e7f891b1a2d80a9a9fa286) Update changelog.
- [`79a8f5c`](https://github.com/JeremySkinner/FluentValidation/commit/79a8f5cd6b5699aa16ed0af9c6b189644447e3cc) Add Japanese Language to the default messages ([#964](https://github-redirect.dependabot.com/JeremySkinner/FluentValidation/issues/964))
- [`e46333e`](https://github.com/JeremySkinner/FluentValidation/commit/e46333efbc662fba5050669885abb815bc75f58c) Tests for AspNetCore2.2
- [`6880b75`](https://github.com/JeremySkinner/FluentValidation/commit/6880b756d58fd6976becbdedda9376c94ae54feb) Attempt to fix callout
- [`62967ad`](https://github.com/JeremySkinner/FluentValidation/commit/62967addb4ec746872fff03240536b9c616cec79) Add Skip to MVC5's CustomizeValidatorAttribute. Update aspnet docs
- [`da4b0a9`](https://github.com/JeremySkinner/FluentValidation/commit/da4b0a91248c2f366395e29aa9e3297460c6917c) Update mvc5.md
- [`ff049d0`](https://github.com/JeremySkinner/FluentValidation/commit/ff049d00566de6b5832dd792d574df2620ad7753) Attribution for Inclusive/ExclusiveBetween validators
- [`1dcb24b`](https://github.com/JeremySkinner/FluentValidation/commit/1dcb24bcce0091a455fb2b6908046e6612724c66) Merge branch 'fix-equal-clientside-validator'
- [`d0f30d1`](https://github.com/JeremySkinner/FluentValidation/commit/d0f30d18a27d312a9f6566f30a84b02ddeaf4fa4) Fix equal-to clientside validation adapter.
- [`081af1c`](https://github.com/JeremySkinner/FluentValidation/commit/081af1c4ac40d1e477cafe078db9db759fb79a17) Fix incorrect reference to rules method.
- Additional commits viewable in [compare view](https://github.com/JeremySkinner/FluentValidation/compare/8.0.100...8.1.0)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps FluentValidation from 8.0.100 to 8.1.0.
Changelog
*Sourced from [FluentValidation's changelog](https://github.com/JeremySkinner/FluentValidation/blob/master/Changelog.txt).* > 8.1.0 - 6 December 2018 > Added format support for message placeholders. > Added support for overriding inexers for collection rules. > Allow ErrorCode to be used to override localization key in the Language Manager. > Additional error details are now shown in the ShouldNotHaveValidationErrorFor test extension. > Conditions defined with root-level When/WhenAsync/Unless/UnlessAsync are now only executed once (instead of once for each rule). > Support Otherwise method chained from root-level When/WhenAsync/Unless/UnlessAsync. > Minor wording changes to default English error messages. > Added Skip property to MVC5's CustomizeValidatorAttribute to bring parity with AspNetCore and WebApi integration. > Japanese translation of the default error messages. > Remove type constraint on the OverridePropertyName overload that takes an expression. > > 8.0.101 - 24 November 2018 > Fix clientside property comparison validation adaptor in ASP.NET Core integration. >Commits
- [`327d76e`](https://github.com/JeremySkinner/FluentValidation/commit/327d76e2dcde1a09e2e7f891b1a2d80a9a9fa286) Update changelog. - [`79a8f5c`](https://github.com/JeremySkinner/FluentValidation/commit/79a8f5cd6b5699aa16ed0af9c6b189644447e3cc) Add Japanese Language to the default messages ([#964](https://github-redirect.dependabot.com/JeremySkinner/FluentValidation/issues/964)) - [`e46333e`](https://github.com/JeremySkinner/FluentValidation/commit/e46333efbc662fba5050669885abb815bc75f58c) Tests for AspNetCore2.2 - [`6880b75`](https://github.com/JeremySkinner/FluentValidation/commit/6880b756d58fd6976becbdedda9376c94ae54feb) Attempt to fix callout - [`62967ad`](https://github.com/JeremySkinner/FluentValidation/commit/62967addb4ec746872fff03240536b9c616cec79) Add Skip to MVC5's CustomizeValidatorAttribute. Update aspnet docs - [`da4b0a9`](https://github.com/JeremySkinner/FluentValidation/commit/da4b0a91248c2f366395e29aa9e3297460c6917c) Update mvc5.md - [`ff049d0`](https://github.com/JeremySkinner/FluentValidation/commit/ff049d00566de6b5832dd792d574df2620ad7753) Attribution for Inclusive/ExclusiveBetween validators - [`1dcb24b`](https://github.com/JeremySkinner/FluentValidation/commit/1dcb24bcce0091a455fb2b6908046e6612724c66) Merge branch 'fix-equal-clientside-validator' - [`d0f30d1`](https://github.com/JeremySkinner/FluentValidation/commit/d0f30d18a27d312a9f6566f30a84b02ddeaf4fa4) Fix equal-to clientside validation adapter. - [`081af1c`](https://github.com/JeremySkinner/FluentValidation/commit/081af1c4ac40d1e477cafe078db9db759fb79a17) Fix incorrect reference to rules method. - Additional commits viewable in [compare view](https://github.com/JeremySkinner/FluentValidation/compare/8.0.100...8.1.0)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.