Add WhereAsync as conterpart to Where on collection rules (2240) Create IEnumValidator to expose the targeted Enum type of EnumValidator (2244) Add Romansh language translations (2239)
Fix issue with CascadeMode on child validators (2207)
11.9.0
Fix memory leak in NotEmptyValidator/EmptyValidator (2174) Add more descriptive error messages if a rule throws a NullReferenceException (2152) Add support for caching root parameter expressions (eg RuleFor(x => x)) (2168) Add builds for .net 8 Prevent AddValidatorsFromAssemblyContaining from registering validators twice (2182)
11.8.1
Fix unintentional behavioural changes in introduced in the previous release as part of 2158
11.8.0
Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (2114) Fix Serbian translation of LengthValidator (2147) Fix chinese culture codes (2151) Add Khmer translations (2155) Various performance improvements (2158) Fix ChildRules with class hierarchies (2165)