Skip to content

v1.9.0

Compare
Choose a tag to compare
@manuc66 manuc66 released this 09 May 20:14
· 42 commits to master since this release

馃帀 This release provides the following new functionalities:

  • Add version of builder methods with generic types for cleaner syntax. #110
  • Support (serializing) sub types with generic type parameters when using JsonSubtypesConverterBuilder #135
  • Add cache of type's attributes #119

馃悰This release also fixes the following issues:

  • Newtonsoft.Json dependency version should be lowest supported, not latest available #101
  • Multiple type discriminators in JSON silently passes. #100
  • Incorrect handling of datetime field in a sub-type #114
  • Too many target framework inside the nuget package #48
  • Copy MaxDepth when creating internal JObjectReader #137
  • Fix deserialization of hierarchy with multiple levels #118

The nuget package is available on https://www.nuget.org/packages/JsonSubTypes/1.9.0

See CHANGELOG for full version history