Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 3.33 KB

ReleaseNotes.md

File metadata and controls

53 lines (37 loc) · 3.33 KB

0.5.0 (24 November 2024)

  • #23 - Fix AnyOfJsonConverter (string and string list) [bug] contributed by StefH
  • #22 - Null pointer in AnyOfJsonConverter.cs [bug]

0.4.0 (19 July 2024)

  • #16 - [Snyk] Security upgrade Newtonsoft.Json from 9.0.1 to 13.0.1 contributed by snyk-bot
  • #18 - Add IEquatable [enhancement] contributed by StefH
  • #21 - Disable CS1591 warnings for all generated files [enhancement] contributed by mthierba
  • #17 - Issues with matching types on nested objects [bug]

0.3.0 (21 January 2022)

  • #15 - AnyOf.*.Json: Add support for CaseIgnore for property match [enhancement] contributed by StefH

0.2.0 (11 October 2021)

  • #14 - Sign the assembly [enhancement] contributed by StefH

0.1.0 (21 September 2021)

  • #13 - Add AnyOf.System.Text.Json project [enhancement] contributed by StefH

0.0.23 (15 September 2021)

  • #12 - Add AnyOf.Newtonsoft.Json project [enhancement] contributed by StefH

0.0.22 (15 September 2021)

  • #11 - Add Types and AnyOfTypes property to generated classes [enhancement] contributed by StefH

0.0.21 (14 September 2021)

  • #10 - Implement own HashCodeCalculator [enhancement] contributed by StefH

0.0.19 (26 August 2021)

  • #9 - Set DevelopmentDependency to true [bug] contributed by StefH

0.0.18 (15 August 2021)

  • #8 - Split into two projects (AnyOf and AnyOf.CodeGenerator) [enhancement] contributed by StefH

0.0.17 (10 August 2021)

  • #7 - Add DevelopmentDependency = true to csproj [enhancement] contributed by StefH

0.0.16 (08 August 2021)

  • #6 - Fix EqualityComparer code [bug] contributed by StefH

0.0.15 (07 August 2021)

  • #5 - Fix nullable [bug] contributed by StefH

0.0.14 (07 August 2021)

  • #3 - Add HashCode dependency [bug] contributed by StefH
  • #4 - Correctly support nullable [enhancement] contributed by StefH

0.0.12 (08 July 2021)

  • #2 - GetHashCode and Equals [enhancement] contributed by StefH

0.0.11 (05 July 2021)

  • #1 - Add CurrentValue as property [enhancement] contributed by StefH