Sourced from github.com/jedib0t/go-pretty/v6's releases.
v6.8.0
What's Changed
- progress: fix speed decay on done trackers and log overwrite; fixes #405 by
@jedib0tin jedib0t/go-pretty#406- fix: wrap wide runes when wrapLen is odd in WrapHard by
@koriyoshi2041in jedib0t/go-pretty#408New Contributors
@koriyoshi2041made their first contribution in jedib0t/go-pretty#408Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.7.10...v6.8.0
v6.7.10
What's Changed
- Fix panic on text align with unicode by
@edznux-ddin jedib0t/go-pretty#404New Contributors
@edznux-ddmade their first contribution in jedib0t/go-pretty#404Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.7.9...v6.7.10
v6.7.9
What's Changed
- table: markdown padding for human-friendly output; fixes #402 by
@jedib0tin jedib0t/go-pretty#403Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.7.8...v6.7.9
v6.7.8
What's Changed
- progress: SortByIndex for better control of sorting by
@jedib0tin jedib0t/go-pretty#398- progress: address race conditions in render/stop/trackers; fixes 399 by
@jedib0tin jedib0t/go-pretty#401Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.7.7...v6.7.8
v6.7.7
What's Changed
- table: fix border with no data rows (original behavior) by
@jedib0tin jedib0t/go-pretty#397Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.7.6...v6.7.7
v6.7.6
What's Changed
- text: fix alignment issues with box/block chars by
@jedib0tin jedib0t/go-pretty#389- table: FilterBy: add row filtering support by
@jedib0tin jedib0t/go-pretty#390- table: split style.go into individual files by
@jedib0tin jedib0t/go-pretty#392- table: fix border with no data rows; fixes #395 by
@jedib0tin jedib0t/go-pretty#396Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.7.5...v6.7.6
... (truncated)
45fb00d
text: wrap wide runes when wrapLen is odd in WrapHard (#408)ad17549
progress: fix speed decay on done trackers and log overwrite; fixes #405
(#406)66563fd
text: fix panic on align with unicode (#404)017a359
table: markdown padding for human-friendly output; fixes #402
(#403)f05e1de
progress: address race conditions in render/stop/trackers; fixes 399 (#401)1cebbc5
progress: SortByIndex for better control of sorting (#398)b0a2ab9
table: fix border with no data rows (original behavior) (#397)73867dd
table: fix border with no data rows; fixes #395
(#396)b2eda90
table: split style.go into individual files (#392)0b7174f
README.me: link to package README.md instead of folder (#391)