Releases: nhibernate/NHibernate-Validator
Releases · nhibernate/NHibernate-Validator
Release 5.1.0
NHibernate Validator 5.1.0 is now released.
Its .Net Framework version is binary compatible with NHibernate 5.0, and targets .Net Framework 4.6.1.
It has gain a .Net Standard 2.0 target, requiring NHibernate 5.1, and which binaries are available through NuGet only.
https://www.nuget.org/packages/NHibernate.Validator/5.1.0
-
Patch
- [NHV-118] - bugfix to make InvalidStateException correctly serializable and to use the correct className in the message
-
Bug
- [NHV-117] - Using Validator and Envers together
- [NHV-133] - Fix bad translations
- [NHV-135] - Exception serialization is not valid
-
New Feature
- [NHV-132] - Validation for enum properties
- [NHV-134] - To be able generate validators from NHib metadata, if no validators defined explicitly
- [NHV-136] - Support .Net Core
-
Improvement
- [NHV-131] - Fix warnings
Release 5.0.0 GA
NHibernate Validator 5.0.0 GA is now released.
It is binary compatible with NHibernate 5.0, and targets .Net Framework 4.6.1.
Binaries are available on NuGet and GitHub:
https://www.nuget.org/packages/NHibernate.Validator/5.0.0.4000
- Bug
- [NHV-129] - Invalid Serialization pattern implementation
- Improvement
- [NHV-130] - Avoid programming by exception