Skip to content

Tags: golangleague/go-pretty

Tags

v6.2.4

Toggle v6.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
table: fix outdated docs and example on styling table (jedib0t#176)

* fix: outdated docs and example on styling table

added an example to style 1st columns using the new style `IndexCoumn` approach.

* table: simplify doc

Co-authored-by: Mohammed Sohail <[email protected]>

v6.2.3

Toggle v6.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
table: fix column wrapping logic; fixes jedib0t#170 (jedib0t#171)

v6.2.1

Toggle v6.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
progress: make message rendering work 100% (alt fix for jedib0t#164) (j…

…edib0t#165)

v6.2.0

Toggle v6.2.0's commit message
s/master/main/g

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
progress: fix incorrect mutex usages (jedib0t#154)

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
progress: plug possible race conditions (jedib0t#144)

v6.0.6

Toggle v6.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
progress: ShowETA() for individual trackers (jedib0t#140)

v6.0.5

Toggle v6.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
table: adjust title width to table width (jedib0t#133)

Authored-by: FoamCactus <[email protected]>

v6.0.4

Toggle v6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
table: suppress empty columns if asked to; fixes jedib0t#124 (jedib0t…

…#126)