Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Json.NET 13.0.1, release 2

Latest
Compare
Choose a tag to compare
@applejag applejag released this 24 Mar 20:00
· 2089 commits to master since this release
13.0.102
415da26

This release is based on v12.0.302, but with the changes from upstream JamesNK/Newtonsoft.Json between 12.0.3 to 13.0.1 applied to it.

"Release 2" may be confusing. But I'm trying to be less confusing by using the same release integer throughout.

v11.0.202, v12.0.302, and v13.0.102 all has the equivalent changes made to the repo in comparison to the upstream.

Changes

Changes from JamesNK/Newtonsoft.Json

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object