Skip to content

Commit 4200434

Browse files
committed
Update CHANGELOG.md.
1 parent b9ba27c commit 4200434

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.5.0
2+
3+
- Introduced the `IExpressValidatorBuilder<TObj, TOptions>.BuildAndValidate<TObj, TOptions>(TObj, TOptions)` extension method.
4+
- Introduced the `IExpressValidatorBuilder<TObj, TOptions>.BuildAndValidateAsync<TObj, TOptions>(TObj, TOptions, CancellationToken)` extension method.
5+
- Introduced an optional `Action<T>` parameter in `ExpressValidatorBuilder.AddFunc` for handling successful `Func` result validation.
6+
- Remove `ConfigureAwait(false)` in the loop where items are asynchronously added to `List<ValidationFailure>` as a precaution.
7+
- Add 'Modifying FluentValidation Validator Parameters Using Options' chapter in README.
8+
9+
110
## 0.2.0
211

312
- Introduce `IExpressValidatorBuilder<TObj>.BuildAndValidate(TObj obj)` extension method.

0 commit comments

Comments
 (0)