| 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 cx_compare_func2 function pointer that supports compare functions with custom data |
32 * adds cx_compare_func2 function pointer that supports compare functions with custom data |
| 33 * adds cx_cmp_memcmp() as default implementation for cx_compare_func2 |
|
| 34 * adds a new (optional) capacity parameter to cxJsonCreateArr() and cxJsonObjPutArr() |
33 * adds a new (optional) capacity parameter to cxJsonCreateArr() and cxJsonObjPutArr() |
| 35 * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() |
34 * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() |
| 36 * adds cxJsonClone() |
35 * adds cxJsonClone() |
| 37 * adds cxJsonCompare() |
36 * adds cxJsonCompare() |
| 38 * adds cxMapCompare() |
37 * adds cxMapCompare() |