Tags: imaun/Validot
Tags
Tech preview of the first release with breaking-changes
- 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`. [bartoszlenar#1](bartoszlenar#1)
Pre-final release. This time for real; feature list & public API both considered as final and are sealed. Added docs, functional tests and benchmarks. Set up nuget properties, sourcelink, symbols. Changed fluent-api.
First release ever. Feature list & API both considered as final. Unit tests code coverage hits 100%. Some things still might get changed after this release, so please not rely on it. Also, it's a first version published on nuget.org - also in order to reserve the name for the final 1.0.0 release.