Releases: dahomey-technologies/Dahomey.Json
Releases · dahomey-technologies/Dahomey.Json
1.12.2
1.12.1
- Added reference to nuget package Dahomey.Json.Attributes
1.12.0
- Added .NET 6 support
- Support for Nullable(T) ctor-params being assigned to non-nullable(T) class members
- When parsing json for an "object" type, added support to int & uint
- Attributes are now seperated in a different assembly Dahomey.Json.Attributes
- fix missing support of JsonPropertyOrder in .NET 6
1.11.3
- fix Discriminator added more than once when serializing multi-level inheritance classes
1.11.2
- fix byte array serialization as a base64 string
1.11.1
- fix JsonConverterFactory support
1.11.0
- fix: Serializing and deserializing fails for Uri properties with null value
- added support for C# 9 records
- fix: The extension does not honor JsonSerializerOptions.DefaultIgnoreCondition
- added support for duplicated property handling
1.10.4
fix Reference Handling
1.10.3
- ObjectMapping improvements
- ignore Action and Func properties
- fix Discriminator not working when it isn't the first property in the JSON
- Support .NET 5.0.1
1.10.2
- Support for Nullables with JsonIgnoreAttribute
- Support for .NET 5.0 RC2