v2.1.0
This release removes the dependency on fatih/color. The text/color.go
file now implements a coloring logic that makes more sense for use in cases like colored tables within colored tables.
This does change table.Style.Color
in a backward-incompatible way. AutoIndexColumn
and FirstColumn
are now logically collapsed into a single IndexColumn
variable inside table.Style.Color
.