Skip to content

September 2020 Update

Compare
Choose a tag to compare
@bartoszlenar bartoszlenar released this 01 Sep 06:27
- Email rule now operates in two modes: ComplexRegex (which covers th…

…e previous, regex-based behavior, and is still set as default) and DataAnnotationsCompatible (compatible with the dotnet's [EmailAddressAttribute](https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.emailaddressattribute?view=netcore-3.1)).

- Title case support for the name argument, so name `SuperImportantValue123` when inserted with `{_name|format=titleCase}` is converted into `Super Important Value 123`. [#1](https://github.com/bartoszlenar/Validot/issues/1)