Skip to content

Releases: SiddiqSoft/string2map

v2.4.3

16 Jan 02:51
Compare
Choose a tag to compare

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

08 Dec 06:22
Compare
Choose a tag to compare

v2.4.1

08 Dec 06:00
aac019b
Compare
Choose a tag to compare
v2.4.1 Pre-release
Pre-release

v2.4.0

07 Dec 02:02
8f3a1a9
Compare
Choose a tag to compare
v2.4.0 Pre-release
Pre-release

v2.3.1

20 Nov 06:25
Compare
Choose a tag to compare

Updated to support VS2022

v2.3.0

09 Sep 03:34
Compare
Choose a tag to compare

Remove use of <codecvt>

v2.2.1

03 Aug 17:57
Compare
Choose a tag to compare

Updates string2map to allow the specification of terminalDelimiter to allow decodes upto specific characters. For example, we would specify \r\n\r\n as the terminalDelimiter when parsing for header values from HTTP response.
Adds string2vector utility function.

v1.4.1

23 Jul 06:28
4da2a0b
Compare
Choose a tag to compare

v1.3.0

10 Jul 21:18
Compare
Choose a tag to compare
Update release

v1.2.2

09 Jul 17:08
4b7a6ec
Compare
Choose a tag to compare

Updated CodeQL and Added build status. Nuget