Releases: jedib0t/go-pretty
Releases · jedib0t/go-pretty
v6.3.7
Bug-Fixes
- table
- do not colorize borders using row-painter output of the previous row (fixes #221)
- text
- provide an override method to possibly deal with width calculation issues when LANG is set to some East Asian value (addresses #220)
v6.3.6
Features
- list
UnIndentAll()
to go back to level 0 (thanks @mneira10)
v6.3.5
Bug-Fixes
- table
- fix column separators in tables without headers or footers (fixes #215)
v6.3.4
Bug-Fixes
- table
- fix merging issues in rows with wrapped columns
v6.3.3
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
Features
- table
- Introduce an option to set Alignment for horizontally merged cells
v6.3.1
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
Features
- progress
- Log() method to log additional messages/errors in the middle of tracking
v6.2.7
Bug-Fixes
- table
- auto-merge: compute column separator length correctly (#193)
v6.2.6
Bug-Fixes
- table
- fix subtle auto-merge bugs with separators and padding (#192)