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