Skip to content

Releases: red0124/ssp

v1.8.0

14 Mar 18:28

Choose a tag to compare

  • Added header and raw_header methods #45
  • Added error handling when parsing header row
  • Added error handling when using methods related to headers while ignore_header is defined
  • Added [[nodiscard]] where fitting
  • Fixed ODR issues for common.hpp and ssp.hpp
  • Updated some error messages
  • Resolved some clang-tidy warnings

v1.7.2: Merge pull request #43 from red0124/bugfix/ftell_slowdown

02 Mar 01:26
f5b750d

Choose a tag to compare

  • Fixed issue where ftell usage was slowing down file parsing

v1.7.1

01 Mar 18:34

Choose a tag to compare

  • Fixed bug when reading files which contain \0 with multiline enabled
  • Fixed bug when buffer mode was used with data that does not end with \n or \0
  • Fixed bug when reading multiple empty lines with multiline_restricted enabled
  • Fixed compilation issues for c++20 #37

v1.7.0

28 Feb 01:43

Choose a tag to compare

  • Added ability to read CSV data from a buffer instead of a file
  • Added ss::uint8 and ss::int8
  • Added ss::parser position method
  • Fixed bug where the last character in the file was ignored if there was no new line at the end of the file

v1.6.2: Merge pull request #32 from red0124/bugfix/header_usage_on_empty_file

17 Feb 02:29
fdd153b

Choose a tag to compare

  • Fixed bug where ss::parser tried to get header data even tho the file is empty

v1.6.1

08 Aug 14:42

Choose a tag to compare

  • Fixed issue where long floating point numbers (>64 characters) were not being converted
  • Disabled conversion of values to long double

v1.6.0

07 Aug 13:32
db58270

Choose a tag to compare

Updated integral values conversions, modified them to use std::from_chars

v1.5.0

06 Aug 20:33

Choose a tag to compare

Added throw on error functionality

v1.4.3

31 Jul 21:10
57abdb3

Choose a tag to compare

Merge pull request #26 from red0124/bugfix/terminated_escape_on_quote…

v1.4.2

25 Jul 09:25
304ca6e

Choose a tag to compare

Merge pull request #23 from red0124/bugfix/single_header_include_update

Update ssp.hpp to handle issue fixed in the previous commit