Schema.NET 4.0.0
·
355 commits
to master
since this release
- Added support for mixed types in a collection e.g. the
Authorproperty of theBooktype can now contain a collection ofPersonandOrganisationobjects (Fixes #5). - Added support for schema.org
Datetype without time usingintandDateTimetypes which serialize toyyyyandyyyy-MM-ddrespectively (Fixes #46). - Added interfaces for all types to support mixed types (Fixes #13).
- Added .NET 4.6.1 target (Fixes #33).
- Removed null checks to allow you to set properties to
null(Fixes #29 and #20). - Added
Deconstructmethods toValues<T1...N>types so they can be deconstructed into tuples. - Use invariant or ordinal culture.
- Updated source link.