Skip to content

CSV Parser 2.1.2

Compare
Choose a tag to compare
@vincentlaucsb vincentlaucsb released this 27 Jul 03:28
· 36 commits to master since this release
39a6af6
  • Fixed compilation issues with C++11 and 14.
    • CSV Parser should now be should C++11 compatible once again with g++ 7.5 or up
  • Allowed users to customize decimal place precision when writing CSVs
  • Fixed floating point output
    • Arbitrarily large integers stored in doubles can now be output w/o limits
  • Fixed newlines not being escaped by CSVWriter