Skip to content

Releases: jedib0t/go-pretty

v6.3.5

15 Jul 16:24
v6.3.5
eb654fb
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • fix column separators in tables without headers or footers (fixes #215)

v6.3.4

14 Jul 20:55
v6.3.4
ba4b835
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • fix merging issues in rows with wrapped columns

v6.3.3

20 Jun 22:39
76030eb
Compare
Choose a tag to compare

Bug-Fixes

  • text
    • deprecate text.RuneCount for being misnamed (#209)
    • introduce text.RuneWidthWithoutEscSequences as a replacement
  • dependencies
    • upgrade testify from v1.7.0 to v1.7.4 to avoid using yaml.v3 v3.0.0 (#210)

v6.3.2

07 Jun 17:19
1d16aa6
Compare
Choose a tag to compare

Features

  • table
    • Introduce an option to set Alignment for horizontally merged cells

v6.3.1

14 Apr 17:11
35b05aa
Compare
Choose a tag to compare

Features

  • progress
    • Deprecate all the Show* interfaces in progress.Progress and progress.Writer (to be removed in v7)
    • Introduce progress.Style.Visibility with same defaults as before
    • Introduce progress.Style.Visibility.ETAOverall as a new option for addressing bug #196

v6.3.0

23 Mar 19:41
5d0c7e3
Compare
Choose a tag to compare

Features

  • progress
    • Log() method to log additional messages/errors in the middle of tracking

v6.2.7

07 Feb 20:20
afdd730
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • auto-merge: compute column separator length correctly (#193)

v6.2.6

07 Feb 18:51
c65c9bc
Compare
Choose a tag to compare

Bug-Fixes

  • table
    • fix subtle auto-merge bugs with separators and padding (#192)

v6.2.5

21 Jan 03:43
9c7a814
Compare
Choose a tag to compare

Bug-Fixes

  • progress
    • support control of notation position (#180)
  • table
    • fix rendering issues with nil values (#179)

Misc

  • Sonar integration and fixes for some issues/smells
  • Update dependencies and go to 1.16
  • Fix some minor readability and quality issues

Thanks @ferryvg for the bug-fixes!

v6.2.4

11 Jul 06:06
71ae72a
Compare
Choose a tag to compare

Bug-Fixes

  • progress
    • render once before terminating to ensure one minimum render (#173)
    • improve rendering and prevent races (#174, #175)
  • table
    • fix documentation and remove bad samples (#176)

Thanks @virtuald and @kamikazechaser!