Skip to content

Releases: Havunen/SystemTextJsonPatch

v2.0.0

28 Mar 16:30
Compare
Choose a tag to compare
  • JsonPatchDocument -types now add required converters using JsonConverterAttribute and converters no longer need to be set manually to JsonSerializerOptions #18
  • netstandard2.0 target now depends on System.Text.Json v7
  • Small performance optimizations

v1.2.0

10 Mar 17:39
Compare
Choose a tag to compare
  • Better support for patching arrays by index #15

v1.1.0

18 Jan 10:31
Compare
Choose a tag to compare
  • Adds .NET 7 to target frameworks
  • Updated internal Nuget dependencies
  • Fixed readme badges