Releases: LitJSON/litjson
Releases · LitJSON/litjson
LitJSON 0.19.0
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
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
- Fixed issue with byte/short enum serialization
LitJSON 0.16.0
- Fixed issue with empty array
- Added support for float
LitJSON 0.15.0
- Fixed issue with serializing non string dictionary key ( #104 )
LitJSON 0.14.1
- Switch from PackageIconUrl to PackageIcon
LitJSON 0.14.0
- 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
- 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
- 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
- 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