Releases: jedib0t/go-pretty
Releases · jedib0t/go-pretty
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)
v6.2.5
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
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!