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::vector
s ofstd::string
s has now been changed withstd::vector
s ofColumn
s, 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.