8000 Tags · imaun/Validot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: imaun/Validot

Tags

v2.2.0

Toggle v2.2.0's commit message
November 2021 Update

v2.1.0

Toggle v2.1.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge branch 'upgrade/v2.1.0-changelog'

v2.0.0

Toggle v2.0.0's commit message
February 2021 Update

v2.0.0-preview1

Toggle v2.0.0-preview1's commit message
Tech preview of the first release with breaking-changes

v1.2.0

Toggle v1.2.0's commit message
- `And` - a fluent API method that helps to visually separate the rul…

…es within the specification.

- Inline documentation (XML comments)

v1.1.0

Toggle v1.1.0's commit message
- 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)

v1.0.0

Toggle v1.0.0's commit message
First stable and public release.

The reference point for all further changes.

v1.0.0-preview2

Toggle v1.0.0-preview2's commit message
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.

v1.0.0-preview1

Toggle v1.0.0-preview1's commit message
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.
0