| 27 ## Changelog |
27 ## Changelog |
| 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 |
| |
33 * adds cx_cmp_memcmp() as default implementation for cx_compare_func2 |
| 32 * adds a new (optional) capacity parameter to cxJsonCreateArr() and cxJsonObjPutArr() |
34 * adds a new (optional) capacity parameter to cxJsonCreateArr() and cxJsonObjPutArr() |
| 33 * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() |
35 * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() |
| 34 * adds cxJsonClone() |
36 * adds cxJsonClone() |
| 35 * adds cxJsonCompare() |
37 * adds cxJsonCompare() |
| 36 * adds cxMapCompare() |
38 * adds cxMapCompare() |
| 63 * removes the sort_members feature from CxJsonWriter |
65 * removes the sort_members feature from CxJsonWriter |
| 64 * removes the source and sink API from properties.h |
66 * removes the source and sink API from properties.h |
| 65 * removes the flush feature from CxBuffer |
67 * removes the flush feature from CxBuffer |
| 66 * removes the ability to remove elements from the iterators created with cxIterator() and cxIteratorPtr() |
68 * removes the ability to remove elements from the iterators created with cxIterator() and cxIteratorPtr() |
| 67 * removes several unnecessary convenience functions |
69 * removes several unnecessary convenience functions |
| |
70 * removes the complicated wrapping of pointer lists |
| 68 |
71 |
| 69 ### Version 3.2 - 2025-11-30 {collapsible="true"} |
72 ### Version 3.2 - 2025-11-30 {collapsible="true"} |
| 70 |
73 |
| 71 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
74 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
| 72 * adds support for different destruction strategies in CxMempool |
75 * adds support for different destruction strategies in CxMempool |