Skip to content

1.7.13

Compare
Choose a tag to compare
@Alanscut Alanscut released this 02 Apr 15:53
· 81 commits to master since this release

Features:

  • add new API of cJSON_ParseWithLength without breaking changes. Thanks @caglarivriz, see #358
  • add new API of cJSON_GetNumberValue. Thanks @Intuition, see#385
  • add uninstall target function for CMake. See #402
  • Improve performance of adding item to array. Thanks @xiaomianhehe, see #430, #448
  • add new API of cJSON_SetValuestring, for changing the valuestring safely. See #451
  • add return value for cJSON_AddItemTo... and cJSON_ReplaceItem... (check if the operation successful). See #453

Fixes:

  • Fix clang -Wfloat-equal warning. Thanks @paulmalovanyi, see #368
  • Fix make failed in mac os. See #405
  • Fix memory leak in cJSONUtils_FindPointerFromObjectTo. Thanks @andywolk for reporting, see #414