Schema.NET 4.0.0
RehanSaeed
released this
27 May 09:46
·
355 commits
to master
since this release
- Added support for mixed types in a collection e.g. the
Author
property of theBook
type can now contain a collection ofPerson
andOrganisation
objects (Fixes #5). - Added support for schema.org
Date
type without time usingint
andDateTime
types which serialize toyyyy
andyyyy-MM-dd
respectively (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
Deconstruct
methods toValues<T1...N>
types so they can be deconstructed into tuples. - Use invariant or ordinal culture.
- Updated source link.