You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ExpressValidator.Extensions.DependencyInjection/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 0.4.0
2
+
3
+
- Introduced class-based validation configuration with dedicated configurator classes inheriting from `ValidatorConfigurator<T>` and registered through `AddExpressValidation`.
4
+
- Update to ExpressValidator 0.12.2 and FluentValidation 12.1.0.
5
+
- Update Microsoft nuget packages.
6
+
- Edit NuGet README.
7
+
- Edit README.md.
8
+
- Add Shared.csproj to the ExpressValidator.Extensions.DependencyInjection.Sample.sln solution.
9
+
- Split sample project into multiple projects illustrating README-described features.
Copy file name to clipboardExpand all lines: src/ExpressValidator.Extensions.DependencyInjection/ExpressValidator.Extensions.DependencyInjection.csproj
<Description>The ExpressValidator.Extensions.DependencyInjection package extends ExpressValidator to provide integration with Microsoft Dependency Injection.</Description>
0 commit comments