Releases: d99kris/rapidcsv
Releases · d99kris/rapidcsv
v8.97
16 May 04:45
Compare
Sorry, something went wrong.
No results found
fixes #206 - fix silent truncation of narrow types (#210 )
fixes #208 - SetColumnName and SetRowName to remove any label being replaced (#211 )
fixes #204 - auto-quote cells containing quote char (#212 )
fixes #213 - handle GetColumnNames with empty column row (#215 )
improve tests exception output, minor code style fix (#216 )
v8.92
21 Feb 07:45
Compare
Sorry, something went wrong.
No results found
fixes #202 - add cmake find_package support (#203 )
add support for more integer types (#199 )
v8.90
08 Nov 06:11
Compare
Sorry, something went wrong.
No results found
fixes #194 - out-of-range RemoveRow to throw exception instead of segfaulting
v8.89
20 Sep 06:33
Compare
Sorry, something went wrong.
No results found
fix character type in trim functions to better handle invalid input data
v8.88
16 Aug 07:33
Compare
Sorry, something went wrong.
No results found
fixes #192 - utf-16 handling for stream-based constructor
v8.87
17 May 05:37
Compare
Sorry, something went wrong.
No results found
fixes #187 - out-of-range InsertColumn to throw exception instead of segfaulting
fixes #186 - out-of-range RemoveColumn to throw exception instead of segfaulting
v8.85
22 Mar 01:58
Compare
Sorry, something went wrong.
No results found
fixes #177 - GetColumnCount to respect LabelParams offset when determining first row
v8.84
28 Sep 05:31
Compare
Sorry, something went wrong.
No results found
fixes #168 - handle trailing empty cell without linebreak
v8.83
22 Jun 03:56
Compare
Sorry, something went wrong.
No results found
fixes #161 - writing CSV with autoquote enabled should quote strings containing linebreak
v8.82
23 Mar 07:24
Compare
Sorry, something went wrong.
No results found
fixes #156 - handle trailing comment line without linebreak
merged #154 - fix for whitespaced quoted separators