Skip to content

6.5.0

Compare
Choose a tag to compare
@PawelGerr PawelGerr released this 13 Nov 07:23
· 90 commits to master since this release
fd838b2
  • Added ValueObjectFactoryAttribute to create another factory method
    • ValueObjectFactoryAttribute can alter the serialization
    • Added new interface IValueObjectFactory with method Validate having parameter of type IFormatProvider
    • Added new interface IValueObjectConverter with method ToValue
  • ValueObjectModelBinderProvider looks for a string-based IValueObjectFactory before falling back to the type of the key-property
  • Added combination out of AllowNull and NotNull to not-nullable reference parameters of ValidateFactoryArguments to ensures that the value is validated/handled by the developer