Skip to content

Releases: Havunen/SystemTextJsonPatch

v3.1.0

14 Nov 18:18
Compare
Choose a tag to compare

3.1.0

  • Adds .NET 8 target framework

v3.0.1

21 Aug 18:32
Compare
Choose a tag to compare

v3.0.1

  • All invalid patch operations now correctly throw JsonPatchTestOperationException and malformed patch documents throw JsonPatchException

v3.0.0

14 Aug 18:39
Compare
Choose a tag to compare

3.0.0

  • Library runtime performance is improved by using throw helpers for throwing exceptions #21
  • Possibly breaking change: JsonPatchTestOperationException type is now thrown for test -operation failures #22

v2.0.2

16 Jul 10:28
Compare
Choose a tag to compare
  • Fixes an issue where dynamic JsonPatchDocument did not follow JsonNamingPolicy option for property names. #19
  • Small performance improvements da51501

v2.0.1

28 Mar 16:31
Compare
Choose a tag to compare
  • Fixes IndexOutOfRangeException in parse path routine

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