Releases: d99kris/rapidcsv
Releases Β· d99kris/rapidcsv
v8.84
- fixes #168 - handle trailing empty cell without linebreak
v8.83
- fixes #161 - writing CSV with autoquote enabled should quote strings containing linebreak
v8.82
- fixes #156 - handle trailing comment line without linebreak
- merged #154 - fix for whitespaced quoted separators
v8.80
- 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
- fixes #140 - add two SetCell methods for consistency with GetCell
- fixes #137 - switch ssize_t usage to int
v8.75
- 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
- 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
- fixes #111 - fix sign conversion warnings (#112)
v8.64
- 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
- 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