Skip to content

Releases: dahomey-technologies/Dahomey.Json

1.12.2

13 Feb 17:16
c1b6a14
Compare
Choose a tag to compare
  • Fix Bug: Property storting is not stable

1.12.1

13 Nov 11:35
035e66d
Compare
Choose a tag to compare
  • Added reference to nuget package Dahomey.Json.Attributes

1.12.0

12 Nov 15:21
e3cf6d9
Compare
Choose a tag to compare
  • 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

31 Aug 21:47
Compare
Choose a tag to compare
  • fix Discriminator added more than once when serializing multi-level inheritance classes

1.11.2

15 Aug 22:13
039bb4b
Compare
Choose a tag to compare
  • fix byte array serialization as a base64 string

1.11.1

13 May 11:19
acce42f
Compare
Choose a tag to compare
  • fix JsonConverterFactory support

1.11.0

08 May 20:29
Compare
Choose a tag to compare
  • 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

05 Apr 20:47
Compare
Choose a tag to compare

fix Reference Handling

1.10.3

19 Dec 21:45
Compare
Choose a tag to compare
  • 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

18 Oct 19:37
Compare
Choose a tag to compare
  • Support for Nullables with JsonIgnoreAttribute
  • Support for .NET 5.0 RC2