All Versions
44
Latest Version
Avg Release Cycle
68 days
Latest Release
1243 days ago
Changelog History
Page 5
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
- โ Add a function
-
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.