Skip to content

Releases: DenisSamilton/CppConsoleTable

C++ Console Table Version 1.3.0

Choose a tag to compare

@DenisSamilton DenisSamilton released this 05 May 00:27
ff1ebb9

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

Choose a tag to compare

@DenisSamilton DenisSamilton released this 19 Nov 18:58
e7b3e83

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

Choose a tag to compare

@DenisSamilton DenisSamilton released this 29 Oct 01:28
fc96a54

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

Choose a tag to compare

@DenisSamilton DenisSamilton released this 28 Oct 23:56
e859ca4

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