FluentValidation 0.2 Released
20 Dec 2008
The second release of my validation library, FluentValidation, is now available for download.
Changes in this version:
- Added Silverlight compatibility
- Moved support for the CommonServiceLocator into a separate assembly
- Adding additional interfaces for some of the validators (ILengthValidator, INotNullValidator)
- AbstractValidator now implements IEnumerable<IRuleBuilder<T>>
- Added ShouldHaveValidationError extension method for testing validators