Skip to content

Tags: mrpmorris/blazor-validation

Tags

3.1.5

Remove working dir

3.1

Support .Net 8

3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for endpoint-centric APIs (#48)

* Move Language to DirectoryBuild Props.

  <LangVersion>10</LangVersion>
  <RazorLangVersion>3.0</RazorLangVersion>

* Make SignAssembly stuff only in Realease mode.

* Bump version to 3.0 as this is a breaking change.

* Add a delegate that allows for transformation of the model before validation.

* Update sample to show how transform model could be used although this example doesn't actualy change the model

* Update Readme with whats new in 3.0

Also added 2.0 given it was missing.

* RepositoryUrl should have the .git

* Update FluentValidation from 11.4.0 to 11.5.2 (latest at this time)

2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #46 from mrpmorris/release/2.0

- Add support for .NET 7
- Drop unsupported frameworks

1.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #40 from mrpmorris/release/1.8

Release/1.8

1.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #35 from mrpmorris/release/1.7

Release/1.7

1.6

Project settings

1.5.0

.NET 5 support (fixes #19) (#21)

* Support .NET 5.0

1.4.0

Fix version history

1.3.1

Ensure all properties in ValidateProperties are validated rather than…

… stopping on first error