7.0.0-beta04
Pre-release
Pre-release
PawelGerr
released this
07 Nov 22:48
·
125 commits
to master
since this release
- Added
ValueObjectFactoryAttribute
to create another factory method, which can alter the serialization as well - Moved method
Validate
to a new interfaceIValueObjectFactory
and added a new parameter of typeIFormatProvider
ValueObjectModelBinderProvider
looks for a string-basedIValueObjectFactory
before falling back to the type of the key-property- ValueObjectFactoryAttribute can alter the serialization
- Moved the method
GetKey
fromIKeyedValueObject
toIValueObjectConverter
and renamed it toToValue