All Versions
44
Latest Version
Avg Release Cycle
68 days
Latest Release
1243 days ago

Changelog History
Page 5

  • v1.1.0 Changes

    December 06, 2016
    • โž• Add a function cJSON_PrintPreallocated to print to a preallocated buffer, thanks @ChisholmKyle, see #72
    • ๐Ÿ‘€ More compiler warnings when using Clang or GCC, thanks @gatzka, see #75, #78
    • ๐Ÿ›  fixed a memory leak in cJSON_Duplicate, thanks @alperakcan, see #81
    • fix the ENABLE_CUSTOM_COMPILER_FLAGS cmake option
  • v1.0.2 Changes

    November 25, 2016
    • ๐Ÿ‘€ Rename internal boolean type, see #71.
  • v1.0.1 Changes

    November 20, 2016

    ๐Ÿ›  Small bugfix release.

    • ๐Ÿ›  Fixes a bug with the use of the cJSON structs type in cJSON_Utils, see d47339e
    • ๐Ÿ‘Œ improve code readability
    • ๐ŸŽ‰ initialize all variables
  • v1.0.0 Changes

    November 17, 2016

    ๐Ÿš€ This is the first official versioned release of cJSON. It provides an API version for the shared library and improved Makefile and CMake build files.