Skip to content

Releases: jedib0t/go-pretty

v6.5.8

08 Apr 00:26
027182a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.7...v6.5.8

v6.5.7

05 Apr 16:09
d03b448
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.6...v6.5.7

v6.5.6

24 Mar 17:39
04a692c
Compare
Choose a tag to compare

What's Changed

  • text: remove unused regular expression by @jedib0t in #308
  • Allow alphanumerical sort to be case-insensitive by @Skeeve in #309
  • table: note about auto-merge and HTML/Markdown modes by @jedib0t in #311

Full Changelog: v6.5.5...v6.5.6

v6.5.5

14 Mar 19:02
142bdf4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.5.4...v6.5.5

v6.5.4

29 Jan 19:37
7206de6
Compare
Choose a tag to compare

What's Changed

  • table: fix SuppressTrailingSpaces removing spaces from the beginning by @ilya-lesikov in #295
  • table: fix documentation for merges by @jedib0t in #296

New Contributors

Full Changelog: v6.5.3...v6.5.4

v6.5.3

13 Jan 20:46
79388bd
Compare
Choose a tag to compare

Bug-Fixes

  • table & list:
    • process "\r" correctly (moving the cursor back to start of line)

v6.5.2

08 Jan 06:32
460e895
Compare
Choose a tag to compare

Bug-Fixes

  • table & list:
    • process "\r" correctly (erase everything preceding it in the line)

v6.5.1

07 Jan 22:47
50f17e4
Compare
Choose a tag to compare

Features

  • progress
    • auto-trim output to fit terminal width

v6.5.0

04 Jan 17:30
f26db87
Compare
Choose a tag to compare

Features

  • table
    • SuppressTrailingSpaces() to remove trailing spaces in tables without borders; thanks @shreddedbacon

Bug-Fixes

  • table
    • handle negative column WidthMax values gracefully; fixes #285

v6.4.9

27 Oct 17:59
64ffc58
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • do not merge content cells with empty ones (#280)