Skip to content

Schema.NET 4.0.0

Compare
Choose a tag to compare
@RehanSaeed 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 the Book type can now contain a collection of Person and Organisation objects (Fixes #5).
  • Added support for schema.org Date type without time using int and DateTime types which serialize to yyyy and yyyy-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 to Values<T1...N> types so they can be deconstructed into tuples.
  • Use invariant or ordinal culture.
  • Updated source link.