JsonSubTypes v1.8.0 Release Notes
Release Date: 2020-09-24 // about 4 years ago-
π π This release provides the following new functionalities:
- β Add version of builder methods with generic types for cleaner syntax. #115
π π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
π¦ The nuget package is available on https://www.nuget.org/packages/JsonSubTypes/1.8.0
π See CHANGELOG for full version history
Previous changes from v1.7.0
-
π π This release provides the following new functionalities:
- Fallback to JSONPath to allow nested field as a deserialization property. #89 (thanks to @remgodow !)
- Implements dynamic registration for subtype detection by property presence. #50
- β¬οΈ Bump Newtonsoft.Json from 11.0.2 to 12.0.3 #88
π πThis release also fixes the following issues:
- JsonSubtypes does not respect naming strategy for discriminator property value #80
- π Fix infinite loop when specifying name of abstract base class as discriminator #83
- Serializing base class with discriminator property results in KeyNotFoundException #79
π¦ The nuget package is available on https://www.nuget.org/packages/JsonSubTypes/1.7.0
π See CHANGELOG for full version history