We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ada49a commit 050332bCopy full SHA for 050332b
1 file changed
README.md
@@ -113,6 +113,9 @@ descriptor.Field(x => x.Example(default!))
113
🚧 [I **swear** I will check correctness, run these benchmarks on my own environment and only after that I will make conclusions](tests/AppAny.HotChocolate.FluentValidation.Benchmarks/README.md) 🚧
114
115
## Breaking changes
116
+- From 0.10.x to 0.11.x
117
+ - Replace `ValidationDefaults.Interceptors` static class with `ValidationDefaults.Interceptor` property
118
+ - Replace `ValidationInterceptors` static class with `ValidationInterceptor : TypeInterceptor` class
119
- From 0.9.x to 0.10.x
120
- Update HC version to 13 preview
121
- From 0.6.x to 0.7.x
0 commit comments