Skip to content

Releases: d99kris/rapidcsv

v8.82

23 Mar 07:24
Compare
Choose a tag to compare
  • fixes #156 - handle trailing comment line without linebreak
  • merged #154 - fix for whitespaced quoted separators

v8.80

23 Sep 08:29
f032c52
Compare
Choose a tag to compare
  • merged #150 - fix default arguments for SeparatorParams constructor in documentation
  • merged #146 - fix build error with GCC 4.8.5
  • merged #148 - enable ccache only when tests are enabled
  • merged #145 - optional ccache
  • fixes #144 - fix build warnings on openSUSE 15.4 / g++ v7.5.0

v8.77

25 Jun 02:45
90f48ab
Compare
Choose a tag to compare
  • fixes #140 - add two SetCell methods for consistency with GetCell
  • fixes #137 - switch ssize_t usage to int

v8.75

25 Mar 01:52
Compare
Choose a tag to compare
  • fixes #138 - retain UTF-8 BOM on Save
  • fixes #135 - ensure setting cell value works correctly with column headers offset
  • fixes #132 - ignore c++ locale when mNumericLocale is set false
  • fixes #129 - fix precision loss when writing floating-point values to csv document
  • merged #127 - fix no_converter::what() accessability
  • fixes #122 - update doc mentioning package managers vcpkg and conan
  • merged #124 - add missing "const" qualifier to several functions in class Document

v8.69

26 Dec 22:04
Compare
Choose a tag to compare
  • update issue templates, ci branches and gitignore
  • use cmake --build for windows build
  • add utf-8 flag for windows build
  • compliance with effective c++ guidelines
  • fixes #113 - add support for custom quote character
  • Include limits header
  • update doc

v8.65

24 Sep 07:08
Compare
Choose a tag to compare
  • fixes #111 - fix sign conversion warnings (#112)

v8.64

25 Jun 05:44
Compare
Choose a tag to compare
  • fixes #109 - ensure access by labels is correct after row/column insert or delete
  • fixes #108 - explicitly specify std::max type to avoid conflict with windows.h max()-macro

v8.62

26 Mar 09:14
Compare
Choose a tag to compare
  • revert to original windows compilation warnings state after disabling 4996
  • fixes #104 - fix parsing issue reading from non-binary stream on windows
  • fixes #102 - add support for locale-independent float parsing

v8.53

15 Aug 12:40
Compare
Choose a tag to compare
  • fixes #63 - more descriptive exception message when reading out-of-range column

v8.52

15 Aug 06:12
Compare
Choose a tag to compare
  • Fix wrong parsing of UTF16 file