Skip to content

Commit 0a1397d

Browse files
committed
Update CHANGELOG.md.
1 parent 4e7622c commit 0a1397d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.10.0
2+
3+
- Introduced the `QuickValidator.ValidateAsync<T>(T, Action<IRuleBuilderOptions<T, T>>, string, Action<T>, CancellationToken)` extension method.
4+
- Introduced the `QuickValidator.ValidateAsync<T>(T, Action<IRuleBuilderOptions<T, T>>, PropertyNameMode, Action<T>, CancellationToken)` extension method.
5+
- Edit 'Quick Validation' README Chapter.
6+
- Edit 'Quick Validation' NuGet README Chapter.
7+
8+
19
## 0.9.0
210

311
- Added quick validation support via `QuickValidator` and its `Validate<T>` overloads.

0 commit comments

Comments
 (0)