Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 911 Bytes

2020-01-22-litjson-0.16.0-released.md

File metadata and controls

32 lines (20 loc) · 911 Bytes

title: Litjson 0.16.0 released 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.

Issues

As part of this release we had 3 issues closed.

enhancement

  • #112 Support for float.

bug

  • #98 LitJson doesnt write empty arrays.
  • #38 In version 0.9.0 empty arrays are still handled incorrectly.