Skip to content
srkirkland edited this page Jun 21, 2011 · 24 revisions

Version History

vNext (in development)

[Pull Request #9] Added Cuit validator for validating Argentinian CUIT (Código Unico de Identificacion Tributaria) codes. [Issue #11] Added validator for 4 digit year (ex: 2011, 1999).

0.6.0.0

[Issue #7] Changed server-side DigitsAttribute to support long sequences of digits

[Issue #6] Numeric client validator will be changed to use regex so it doesn't conflict with MVC's number client validator

[Issue #5] Credit Card validation attribute improved to not accept a series of dashes (jquery validation would still pass)

Moving to implicit license acceptance

0.5.0.0

[Issue #4] Fixed the NuGet package to adapt to a change in the WebActivator API.

0.4.0.0

[Issue #3] Use of the [Display] attribute to overwrite property names now supported server and client side on the EqualTo attribute.

0.3.0.0

Server-side parsing of Dates and Numbers now use CurrentCulture.

0.2.0.0

Added ability to use Resource Files to customize error messages. Updated the WebActivator (inside the NuGet package) to follow a new convention.

0.1.0.0

Initial release of Data Annotations Extensions

Clone this wiki locally