Releases: SiddiqSoft/string2map
Releases · SiddiqSoft/string2map
v2.6.1
v2.6.0
- Updated the build system.
- Updated the build requirement to C++23 instead of C++17
v2.5.1
Documentation https://github.com/SiddiqSoft/string2map
v2.5.0
Updated testing framework.
Added additional edge cases.
v2.4.3
Fixed critical bug in the internal helpers n2w and w2n functions where there was a size mismatch and the resulting string was mis-sized to include the null terminator.
v2.4.2
Documentation https://github.com/SiddiqSoft/string2map
v2.4.1
Documentation https://github.com/SiddiqSoft/string2map
v2.4.0
Documentation https://github.com/SiddiqSoft/string2map
v2.3.1
Updated to support VS2022
v2.3.0
Remove use of <codecvt>