FluentValidation 0.2 Released
December 20, 2008 – 3:04 pm
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