You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix issue with indent where single col tables blow up.
(BREAKING CHANGES) 10.06.2018 (v1.2.0)
Refactor of Tablur better handling of ansi styling within table content. Better padding support.
Simplified API. Removed .header() and .footer() in favor of just using .section() or .row() in order.
Version 1.2
Push new minor version.
07.15.2018 (v1.0.8)
.buildRow()
internal method should not override user defined "align".
.header()
update code help/examples for .header() method.
06.14.2018 (v1.0.3-1.0.5)
.row()
when no columns length ignore.
borders
fix issue where undesired caps show if no header/footer.
aligns
add option where array of global alignments can be passed.