COMMITS
February 24, 2025
B
Update JsonConvert.cs (#3018)
Bill Robertson committed
October 11, 2024
S
Annotate for trim/AOT (in)compatibility (#2980)
Sven Boemer committed
May 28, 2024
J
Update .NET 8 SDK (#2959)
James Newton-King committed
May 24, 2024
E
Fix comment on JsonConvert.SerializeObject (#2956)
Emma committed
April 17, 2024
G
Author fuzz tests and fix a comment-related issue (#2935)
George Pollard committed
December 7, 2023
G
Fix handling of empty constructor names (#2922)
George Pollard committed
September 20, 2023
F
Avoid LINQ expression trees on .NET 6+. (#2902)
Filip Navara committed
March 8, 2023
J
Remove prerelease for 13.0.3
James Newton-King committed
February 6, 2023
J
Update to 13.0.3-beta1
James Newton-King committed
January 16, 2023
D
Fix: Null String being reported as String rather than JTokenType.Null (#2796)
Dylan Musil committed
December 16, 2022
J
Fix not returning negative double from box cache (#2777)
James Newton-King committed
December 8, 2022
J
Fix parsed decimal losing trailing zeroes (#2769)
James Newton-King committed
November 24, 2022
J
Remove prerelease for 13.0.2
James Newton-King committed
J
Add missing headers
James Newton-King committed
November 14, 2022
J
Update to 13.0.2-beta3
James Newton-King committed
J
Add JsonCloneSettings to disable copy annotations (#2757)
James Newton-King committed
September 13, 2022
J
Fix MaxDepth not being used with ISerializable deserialization (#2736)
James Newton-King committed
August 30, 2022
J
Update SDK
James Newton-King committed
J
Update to 13.0.2-beta2
James Newton-King committed
J
Add roll forward to global.json (#2726)
James Newton-King committed
E
Fixing misspelling (#2698)
Eddy Nakamura committed
August 4, 2022
J
Fix deserializing via constructor with ignored base type properties (#2711)
James Newton-King committed
June 16, 2022
J
Fix blocking IO in JsonTextWriter.CloseAsync and add IAsyncDisposable (#2695)
James Newton-King committed
May 16, 2022
J
Update to 13.0.2-beta1
James Newton-King committed
J
Add support for DateOnly and TimeOnly (#2679)
James Newton-King committed
J
Update .NET 6 tests (#2678)
James Newton-King committed
J
Add .NET 6 target (#2677)
James Newton-King committed
A
J
Add copy constructor to JsonSerializerSettings (#2676)
James Newton-King committed
May 15, 2022
M
Add support to pre-epoch Unix time (#2614)
MaxKot committed