Releases: freva/ascii-table
Releases · freva/ascii-table
1.8.0
- Fixed a bug where column width was incorrectly calculated for multiline header/footer cells (#22)
- Added support for styling cells with 0-width characters, e.g. ANSI escape codes (#23)
1.7.0
- Added option to make columns invisible
- Fixed bug where trailing empty lines were dropped
1.6.0
- Added builder to allow further customization
- Added option to set line separator
- Added option to output to
OutputStream
1.5.0
- Added ELLIPSIS_LEFT and CLIP_LEFT overflow behaviour (#17)
1.4.0
- Added support for minimum column width (#14)
- Added support for different overflow behavior with max column width (#15)
1.2.0
- Calculate correct column width for data with line breaks (#5)
- Handle different line breaks 85012e0
- Allow using Object array as data cd9d94b
1.1.0
Fixed tests to work on non US-locale hosts