This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Releases: Faithlife/FaithlifeJson
Releases · Faithlife/FaithlifeJson
v0.3.1
v0.3.0: Merge pull request #10 from ejball/master
- Breaking: Remove
ReadOnlyDictionaryJsonConverter
andDictionaryKeysAreNotPropertyNamesJsonConverter
. (Json.NET 9+ doesn't need them.) - Add
OptionalJsonConverter
and use by default withJsonUtility
. - Add
DefaultValueDefaultAttribute
(used onOptional<T>
properties to distinguish null from missing). - Breaking: Remove empty
IsoDateTimeOffsetJsonConverter
constructor.
v0.2.0: Merge pull request #9 from ejball/master
- Breaking: Change .NET Framework minimum version to 4.6.1.
- Breaking: Remove
DefaultValueDefaultAttribute
. - Breaking: Remove
JsonPointer
andJsonPatch
. - Breaking: Simplify
JsonInputSettings
andJsonOutputSettings
. - Breaking: Rename
JsonFilter.AlternatePathSepartor
toAlternatePathSeparator
. - Breaking: Move JToken-specific members from
JsonUtility
toJTokenUtility
.