Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

13 lines (10 loc) · 1.23 KB

1.2.0 (17 May 2024)

  • #10 - Fix for when EnumMember has a integer defined as string value [bug] contributed by StefH
  • #9 - Deserialize does not use the enum member when the string is a number. [bug]

1.1.0 (03 January 2022)

  • #7 - Added parameterless constructor for JsonStringEnumConverterWithAttributeSupport [enhancement] contributed by hughesjs
  • #6 - Make Compatible with JsonConverterAttribute

1.0.1 (20 March 2021)

  • #1 - Add dotnet command copyable example [documentation] contributed by lol768
  • #3 - Add netstandard2.1 and net5.0 targets [enhancement] contributed by StefH
  • #2 - System.ComponentModel.Annotations version mismatch error. [bug]