Releases: DenisSamilton/CppConsoleTable
C++ Console Table Version 1.3.0
Release date: 2019-05-05
Summary
This release add possibility to add multi string (with '\n' ), add indentation before table, add some necessary functions, add possibility to add table/row/column by std::initializer_list, add possibility to align text in each cell and row and fix bugs
C++ Console Table Version 1.2.0
Release date: 2017-11-19
Summary
This release add possibility to add new column, row, or assign a table and optimize some algorithm
C++ Console Table Version 1.1.0
Release date: 2017-10-29
Summary
This release add working left and right indent and possibility to change characters of table. Centre alignment are disabled and are in development
C++ Console Table Version 1.0.0
Release date: 2017-10-29
Summary
This is first release. It contain working ConsoleTable with working left and right alignment . Centre alignment and left/right indent are disabled and are in development