Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.88 KB

File metadata and controls

37 lines (27 loc) · 1.88 KB

1.0.0

  • Adds netstandard2.0 target framework
  • Fixes an issue where removing from the end of JsonNode array did not work
  • Small performance improvements

0.0.9

  • Fixes an issue where copy operation ignored System.Text.Json options. Github Havunen#13

0.0.8

  • Code cleaning
  • Fixes an issue where copying null string value to another dynamic object deleted the original property instead of setting it null
  • Fixes an issue where operation value was serialized even when not needed
  • Parsing logic now follows System.Text.Json.JsonSerializerOptions.PropertyNameCaseInsensitive option Havunen#10
  • Added MIT lience to Github

0.0.7

0.0.6

0.0.5

  • Improved performance

0.0.4

  • Fixed an issue where null value was not accepted for patch operation

0.0.3

  • Fixes an issue where custom json converter JsonException messages were overriden in SystemTextJsonPatch
  • Added CI build. Thanks to https://github.com/ilmax Havunen#3

0.0.2

  • Combined SystemTextJson.AspNet and SystemTextJson packages
  • Fixes an issue where PATCH error message value did not match the actual value used. (dotnet/aspnetcore#38872)