Skip to content

TSVParser Version 1.2

Latest
Compare
Choose a tag to compare
@VitusVeit VitusVeit released this 06 Jun 21:48
af4419f

Version 1.2.0 just released with search-by-value support to the TSVParser! 🔢🎉

New features:

  • The [] operator, usually used to search for a specific row given its index, now also works with a value!
  • Want to know more? Check the documentation integrated directly into the header, with descriptions for every class, function, and namespace!
  • The Column class now has constructors for its supported types.

Changes/Renames:

  • Support for the adding and setting of std::vectors of std::strings has now been changed with std::vectors of Columns, so now vectors can contain also numbers. See the examples for more info;
  • The TSVParser header has now separate definitions and declarations of classes and functions to enhance the clarity of code along the documentation.