All Versions
10
Latest Version
Avg Release Cycle
12 days
Latest Release
2073 days ago
Changelog History
Changelog History
-
v1.3.7 Changes
January 30, 2018- ๐ support base class private member deserialize on AllowPrivate resolver #43
1.3.7.1
๐ฆ Unity Package only
- ๐ Fix does not work AllowPrivate on Unity(not AOT env).
-
v1.3.6 Changes
January 22, 2018๐ Fix: throws exception when deserialize large string
๐ Fix: generate invalid length copy when ExcludeNull
๐ Improvement: Exception serialization can configure excludeNull and nameMutate and serialize public membersVer 1.3.6.1
๐ป NuGet version only, serializing exception always extract data from concrete type.
-
v1.3.5 Changes
January 19, 2018- ๐ Fix: throws exception when deserialize large string when does not exist escape character
- ๐ Improvement: Add
Exception
and exception inherited types serilalization support
-
v1.3.4 Changes
December 12, 2017- ๐ Fix: throws exception when deserialize large string and exists escape character
- ๐ Improvement: Add support for open generic IJsonFormatAttribute formatterType
-
v1.3.3 Changes
November 17, 2017- ๐ Improvement: Support
EnumMemberAttribute
.
- ๐ Improvement: Support
-
v1.3.2 Changes
November 17, 2017- ๐ Improvement: threadsafe for mono environment when creating dynamic serializer
- ๐ Improvement: Enum serialize/deserialize supports DataMember(Name) attribtue (note: this is breaking changes)
-
v1.3.1 Changes
October 23, 2017- ๐ Fix: StandardResolver.AllowPrivateExcludeNull does not work #28
2017.11.16 Fix Utf8Json.UniversalCodeGenerator(allows DataMember attribute)
-
v1.3.0 Changes
October 22, 2017- โ Add: JsonReader.ReadNextBlockSegment
- โ Add: CompositeResolver.Create(DynamicCompositeResolver)
- โ Add: ExpandoObject serialization support
- โ Add:
IEnumerable<T>
support at nongeneric serialize - โ Add: JsonSerializer.PrettyPrint, JsonSerializer.PrettyPrintByteArray
- โ Add: IJsonFormatter.ToJsonString extension method
- โ Add: JsonWriter/Reader.Serialize/Deserialize(ref JsonReader/Writer) overload
- โ Add: JsonSerialzier.SerializeAsync, DeserializeAsync
- ๐ Improve: support single line comment, multi line comment
- ๐ improve: skip bom header when json reading
- ๐ฅ Breaking Changes: AutomataDictionary.Add(string) uses JsonWriter.GetEncodedPropertyNameWithoutQuotation
-
v1.2.3 Changes
October 13, 2017- ๐ Support for ShouldSerialize feature of Json.NET, XmlSerializer
- ๐ Fix invalid .unitypackage of 1.2.2
-
v1.2.2 Changes
October 13, 2017- ๐ Fix DateTime, DateTimeOffset, TimeSpan deserialize when type is in object member
- ๐ Improve Lazy deserialize performance
- ๐ Improve handle set-only property versioning correctly