FluentValidation

A library for using FluentValidation with Blazor

MIT License

Stars
553
Committers
22

Bot releases are visible (Hide)

FluentValidation - v2.2.0

Published by pwelter34 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Blazored/FluentValidation/compare/v2.1.0...v2.2.0

FluentValidation - v2.1.0 Latest Release

Published by github-actions[bot] almost 2 years ago

What's Changed

  • (#151) Update Nugets - Thanks to @tothalexlaszlo

🧰 Maintenance

  • (#173) Add net7 TFM and update package versions - Thanks to @chrissainty

📖 Documentation

  • (#164) Updated README.md to indicate the validator requirements - Thanks to @icnocop
FluentValidation - v2.1.0-preview.2

Published by github-actions[bot] over 2 years ago

What's Changed

🐛 Bug Fixes

  • (#137) Async validation method - Thanks to @chrissainty
FluentValidation - v2.1.0-preview.1

Published by github-actions[bot] over 2 years ago

What's Changed

  • (#111) upgrade to .net6 - Thanks to @OliverBack
  • (#101) Optimization of the ToFieldIdentifier method. - Thanks to @adamradocz

🐛 Bug Fixes

  • (#132) Reverted ValidateField to use FieldIdentifier.Model - Thanks to @chrissainty
  • (#116) small async fix - awaiting validation handlers - Thanks to @youugotssponged

🧰 Maintenance

  • (#127) Update FluentValidation to 11.0.0 - Thanks to @KuraiAndras
  • (#131) Updated CI builds for main and PR - Thanks to @chrissainty
  • (#112) added icon to pack - Thanks to @OliverBack
FluentValidation - v2.0.3

Published by github-actions[bot] almost 3 years ago

What's Changed

🐛 Bug Fixes

  • (#91) Passing parent model instead of nested type to resolve exception thrown by FluentValidation - Thanks to @icnocop
FluentValidation - v2.0.1

Published by github-actions[bot] over 3 years ago

What's Changed

  • (#61) Add upper version constraint for FluentValidation dependency - Thanks to @JeremySkinner

🐛 Bug Fixes

  • (#70) Updated FluentValidation to 10.2.0 for #69 - Thanks to @vinod-vetrivel
FluentValidation - v2.0.0

Published by github-actions[bot] over 3 years ago

What's Changed

🧰 Maintenance

  • (#59) Upgrade to FluentValidation v10 and a bit of tidying up - Thanks to @chrissainty
FluentValidation - v1.4.1

Published by github-actions[bot] over 3 years ago

What's Changed

🚀 Features

  • (#45) Add FluentValidation RuleSets and partial validation support - Thanks to @GioviQ
FluentValidation - v1.3.2

Published by github-actions[bot] about 4 years ago

What's Changed

  • (#35) Update EditContextFluentValidationExtensions.cs - Thanks to @zetterstrom

🐛 Bug Fixes

  • (#39) Better validators scan - Thanks to @GioviQ

🧰 Maintenance

  • (#40) Added missing MIT license - Thanks to @chrissainty
FluentValidation - v1.3.1

Published by github-actions[bot] over 4 years ago

What's Changed

🧰 Maintenance

  • (#30) Move to GitHub Actions for CI - Thanks to @chrissainty
  • (#27) Update all packages and fix Fluent Validation breaking changes - Thanks to @mahmar
  • (#26) Update WebAssembly version to 3.2.0 + fix Age validation - Thanks to @StefH
FluentValidation - v1.3.0

Published by release-drafter[bot] over 4 years ago

What's Changed

🚀 Features

  • (#24) Ability to disable assembly scanning and better exception catching - Thanks to @chrissainty

🧰 Maintenance

  • (#21) Added question template and moved release drafter to GitHub Actions - Thanks to @chrissainty
FluentValidation - v1.2.0

Published by chrissainty over 4 years ago

Fixes

  • #8 - Fixes a long-running issue with the library not validating nested complex objects
  • #16 - The library will no longer throw an exception when it can't find a validator for a field.
Badges
Extracted from project README
Nuget version Nuget downloads
Related Projects