Litjson v0.19.0 released
- Published
- Sunday, November 19, 2023
- Category
- Release Notes
- Author
- devlead
Version 0.19.0 of LitJSON has been released. Take it for a spin and give us feedback on our discussion board.
This release includes new features, improvements, and bug fixes since the LitJSON 0.18.0 release! 🚀
Highlights of this release
- .NET 8 Support
- LitJson.Source
.NET 8 Support
LitJSON adds the net8.0
target framework moniker which now means it supports the following frameworks
- .NET 8
- .NET 6
- .NET Standard 2.1
- .NET Standard 2.0
- .NET Standard 1.5
- .NET Framework 4.8
- .NET Framework 4.5
- .NET Framework 4.0
- .NET Framework 3.5 (including SQLCLR)
- .NET Framework 2.0
- Mono 4.4.2 and above
LitJson.Source
Which 0.19.0 we also ship LitJson.Source, which is a source code NuGet package, which means LitJSON gets compiled and embedded with your application/assembly. Useful if you need a zero-dependency JSON serializer within your own code.
Contributors
This release was made possible thanks to the contribution of these awesome members of the community listed below:
Full details of everything that was included in this release can be seen below.
Issues
As part of this release we had 10 issues closed.
enhancement
- #154 Update System.Reflection.TypeExtensions to 4.7.0.
- #153 Update System.Collections.* to 4.3.0.
- #146 Add .NET 8 and update to .NET 8.0.100 SDK.
bug
- #143 Race conditions affecting JsonMapper and its usage of static members w/o synchronization.
Litjson 0.18.0 released
- Published
- Sunday, March 27, 2022
- Category
- Release Notes
- Author
- devlead
Version 0.18.0 of LitJSON has been released.
Read more...Litjson 0.17.0 released
- Published
- Thursday, January 21, 2021
- Category
- Release Notes
- Author
- devlead
Version 0.17.0 of LitJSON has been released.
In this version we've got a bug fix for issues with byte/short enum serialization.
Contributions were included from:
Full details of everything that was included in this release can be seen below.
Read more...Litjson 0.16.0 released
- Published
- Wednesday, January 22, 2020
- Category
- Release Notes
- Author
- devlead
Version 0.16.0 of LitJSON has been released.
In this version we've got a bug fix around empty array handling and improved float support.
Contributions were included from:
Full details of everything that was included in this release can be seen below.
Read more...LitJSON v0.15.0 released
- Published
- Monday, October 21, 2019
- Category
- Release Notes
- Author
- devlead
Version v0.15.0 of LitJSON has been released.
Read more...