Skip to content

Releases: d99kris/rapidcsv

v8.97

16 May 04:45
e6f23a0

Choose a tag to compare

  • 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
3aa768a

Choose a tag to compare

  • fixes #202 - add cmake find_package support (#203)
  • add support for more integer types (#199)

v8.90

08 Nov 06:11

Choose a tag to compare

  • fixes #194 - out-of-range RemoveRow to throw exception instead of segfaulting

v8.89

20 Sep 06:33

Choose a tag to compare

  • fix character type in trim functions to better handle invalid input data

v8.88

16 Aug 07:33

Choose a tag to compare

  • fixes #192 - utf-16 handling for stream-based constructor

v8.87

17 May 05:37

Choose a tag to compare

  • 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

Choose a tag to compare

  • fixes #177 - GetColumnCount to respect LabelParams offset when determining first row

v8.84

28 Sep 05:31

Choose a tag to compare

  • fixes #168 - handle trailing empty cell without linebreak

v8.83

22 Jun 03:56

Choose a tag to compare

  • fixes #161 - writing CSV with autoquote enabled should quote strings containing linebreak

v8.82

23 Mar 07:24

Choose a tag to compare

  • fixes #156 - handle trailing comment line without linebreak
  • merged #154 - fix for whitespaced quoted separators