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

Releases: Faithlife/FaithlifeJson

v0.3.1

07 Feb 16:43
Compare
Choose a tag to compare
  • Reuse DefaultContractResolver in JsonUtility to benefit from its caching. Fixes performance regression in 0.3.0.

v0.3.0: Merge pull request #10 from ejball/master

30 Oct 21:32
382db10
Compare
Choose a tag to compare
  • Breaking: Remove ReadOnlyDictionaryJsonConverter and DictionaryKeysAreNotPropertyNamesJsonConverter. (Json.NET 9+ doesn't need them.)
  • Add OptionalJsonConverter and use by default with JsonUtility.
  • Add DefaultValueDefaultAttribute (used on Optional<T> properties to distinguish null from missing).
  • Breaking: Remove empty IsoDateTimeOffsetJsonConverter constructor.

v0.2.0: Merge pull request #9 from ejball/master

25 Oct 17:55
Compare
Choose a tag to compare
  • Breaking: Change .NET Framework minimum version to 4.6.1.
  • Breaking: Remove DefaultValueDefaultAttribute.
  • Breaking: Remove JsonPointer and JsonPatch.
  • Breaking: Simplify JsonInputSettings and JsonOutputSettings.
  • Breaking: Rename JsonFilter.AlternatePathSepartor to AlternatePathSeparator.
  • Breaking: Move JToken-specific members from JsonUtility to JTokenUtility.