Skip to content
srkirkland edited this page Apr 16, 2012 · 24 revisions

Version History

vNext

[Pull Request #37] FileExtension validation now works on posted type HttpPostedFileBase

1.0.2.0

[Issue #31] Enabled spaces in credit card number validation Add Symbol Packages to Symbol Server

1.0.1.0

[Pull Request #29] Added Uri validation support for the Url validator

[Issue #22] Url with uppercase characters are now considered valid

1.0.0.0

[Pull Request #9] Added Cuit validator for validating Argentinian CUIT (Código Unico de Identificacion Tributaria) codes.

[Pull Request #8] Added overload to the Url attribute so you can specify if the protocol is required.

[Issue #11] Added validator for 4 digit year (ex: 2011, 1999).

Assembly now strong-signed

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