You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
373 B

v1.5
*Bumped minor version number from 1 to 2.
v1.4
*Fixed buffer overflow issues with encoding large amounts of data.
v1.3
*Implemented custom string split function to avoid stack overflows.
*Fixed bug in JSONWriter where consecutive JSONEncode calls were sharing buffers.
v1.2
*Anything that can be converted to a number will be by CSVDecode.
v1.1
*Added CSV support.