|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 3.0.0.1 | Jul 7, 2011 | New Release | · Dropped compatibility for .NET 3.5 and MVC2. · Removed the SupportsStandaloneValidation property - this was never properly implemented. · Implemented Rule Sets · Add support for CustomizeValidatorAttribute when using MVC integration. · Remove generic PropertyRule - use non-generic version instead. · Better support for custom client-side error messages for LengthValidator. · Add support for MVC3's IClientValidatable · Implement client-side support for InclusiveBetween validator. · Implement client-side support for Equal with cross-property validation. · Implement client-side support for email validator. · Added credit card validator (plus client side support) · Add IValidatorInterceptor interface. This can be used to add pre/post hooks to MVC validation integration. An interceptor can either be specified as part of the CustomizeValidatorAttribute or implemented in the validator. · Better handling of nullable value types. |