We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7622c commit 0a1397dCopy full SHA for 0a1397d
1 file changed
CHANGELOG.md
@@ -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
9
## 0.9.0
10
11
- Added quick validation support via `QuickValidator` and its `Validate<T>` overloads.
0 commit comments