Skip to content

v2.1.0

Compare
Choose a tag to compare
@jedib0t jedib0t released this 15 May 01:38
e026101

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.