| 28 |
28 |
| 29 ### Version 4.0 - preview {collapsible="true"} |
29 ### Version 4.0 - preview {collapsible="true"} |
| 30 |
30 |
| 31 * adds cx_system_page_size() to allocator.h |
31 * adds cx_system_page_size() to allocator.h |
| 32 * adds cxJsonFromString() |
32 * adds cxJsonFromString() |
| |
33 * adds line continuation support to CxProperties / CxPropertiesConfig |
| 33 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
34 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
| 34 * changes cxBufferReserve() to allow reducing the capacity |
35 * changes cxBufferReserve() to allow reducing the capacity |
| 35 * changes the members of CxJson and CxJsonValue |
36 * changes the members of CxJson and CxJsonValue |
| 36 * changes the return value of cxJsonObjIter() to CxMapIterator |
37 * changes the return value of cxJsonObjIter() to CxMapIterator |
| 37 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |
38 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |
| 38 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap |
39 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap |
| 39 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped |
40 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped |
| |
41 * fixes cxJsonNext() incorrectly returning CX_JSON_INCOMPLETE_DATA when the input ends with trailing spaces |
| 40 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors |
42 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors |
| 41 * fixes that overwriting items with cxMapPut() in a kv-list did not work |
43 * fixes that overwriting items with cxMapPut() in a kv-list did not work |
| 42 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
44 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
| 43 were not returning zero after freeing the memory when passed a size of zero |
45 were not returning zero after freeing the memory when passed a size of zero |
| 44 * removes the sort_members feature from CxJsonWriter |
46 * removes the sort_members feature from CxJsonWriter |