Skip to content

Releases: LitJSON/litjson

LitJSON 0.19.0

19 Nov 20:07
d0afd60
Compare
Choose a tag to compare

What's Changed

  • Add LitJson.Source package by @devlead in #139
  • GH146: Add .NET 8 and update to .NET 8.0.100 SDK by @devlead in #147
  • Update dependencies by @devlead in #155
  • Add thread safety to fix race conditions around usage of static IDict… by @udlose in #142
  • GH156: Update Cake.Tool to 4.0.0 by @devlead in #157

New Contributors

Full Changelog: 0.18.0...0.19.0

LitJSON 0.18.0

27 Mar 20:24
ea5536a
Compare
Choose a tag to compare

What's Changed

  • Update to .NET 6 SDK
  • Add .NET 6 TFM
  • Add .NET Standard 2.1 TFM

Full Changelog: 0.17.0...0.18.0

LitJSON 0.17.0

21 Jan 10:03
43291ff
Compare
Choose a tag to compare
  • Fixed issue with byte/short enum serialization

LitJSON 0.16.0

22 Jan 11:17
4c9ad30
Compare
Choose a tag to compare
  • Fixed issue with empty array
  • Added support for float

LitJSON 0.15.0

21 Oct 15:14
a9b3430
Compare
Choose a tag to compare
  • Fixed issue with serializing non string dictionary key ( #104 )

LitJSON 0.14.1

18 Sep 21:00
f358392
Compare
Choose a tag to compare
  • Switch from PackageIconUrl to PackageIcon

LitJSON 0.14.0

18 Sep 14:22
087029d
Compare
Choose a tag to compare
  • Fix package license warning (use license expression)
  • Fix DateTimeOffset support.
  • Added the ability to remove elements from JsonData objects as well as JsonData arrays.

LitJSON 0.13.0

09 May 08:54
aee3e16
Compare
Choose a tag to compare
  • Added support for DateTimeOffset
  • Added method to check existence of key in JsonData
  • Fixed long / int cast issue
  • Fixed SourceLink line ending issues

LitJSON 0.12.0

24 Jan 10:24
a9bbc1c
Compare
Choose a tag to compare
  • Added .NET 2.0 target
  • Updated build to Cake 0.25.0
  • Updated to .NET Core SDK 2.1.4
  • Updated PowerShell boostrapper to support PowerShell Core and non Windows Platforms

LitJSON 0.11.0

08 Jan 08:26
52d96c7
Compare
Choose a tag to compare
  • Added .NET 3.5 target
  • Added .NET 4.0 target
  • Added source link
  • Added source to symbols package
  • Added NuGet package description
  • Added Use CLRF based on environment
  • Added CLRF fix for AppVeyor