Update module github.com/jedib0t/go-pretty/v6 to v6.6.5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/jedib0t/go-pretty/v6 | require | minor |
v6.4.9 -> v6.6.5
|
Release Notes
jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)
v6.6.5
What's Changed
- text: Wrap* should account for display width; fixes #344 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/347
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.4...v6.6.5
v6.6.4
What's Changed
- table: RowPainterWithAttributes by @jedib0t in https://github.com/jedib0t/go-pretty/pull/346
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.3...v6.6.4
v6.6.3
What's Changed
- table: ImportGrid to import a 1d or 2d grid as rows by @jedib0t in https://github.com/jedib0t/go-pretty/pull/343
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.2...v6.6.3
v6.6.2
What's Changed
- table: defaults for row/header/footer align/valign; fixes #340 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/341
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.1...v6.6.2
v6.6.1
What's Changed
- table: auto expand columns with Style().Size.WidthMin by @jedib0t in https://github.com/jedib0t/go-pretty/pull/335
- progress: option to remove trackers from screen on completion by @jedib0t in https://github.com/jedib0t/go-pretty/pull/336
- table: change EmptySeparator to be a blank space; fixes #337 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/338
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.0...v6.6.1
v6.6.0
What's Changed
- table: ignore non-printable characters when suppressing empty columns by @iamjoemccormick in https://github.com/jedib0t/go-pretty/pull/327
- table: Pager to page through the output by @jedib0t in https://github.com/jedib0t/go-pretty/pull/331
- progress: fix possible race in Stop(); fixes #322 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/332
- Text wrapping fix by @jedib0t in https://github.com/jedib0t/go-pretty/pull/333
- text: handle hyperlink embedded text correctly; fixes #329 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/334
New Contributors
- @iamjoemccormick made their first contribution in https://github.com/jedib0t/go-pretty/pull/327
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.9...v6.6.0
v6.5.9
What's Changed
- table: html row automerge support by @hindessm in https://github.com/jedib0t/go-pretty/pull/319
- table: update note about auto-merge by @hindessm in https://github.com/jedib0t/go-pretty/pull/320
New Contributors
- @hindessm made their first contribution in https://github.com/jedib0t/go-pretty/pull/319
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.8...v6.5.9
v6.5.8
What's Changed
- table: paging should work with auto-merge; fixes #315 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/317
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.7...v6.5.8
v6.5.7
What's Changed
- table: fix paging with separators; fixes #312 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/313
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.6...v6.5.7
v6.5.6
What's Changed
- text: remove unused regular expression by @jedib0t in https://github.com/jedib0t/go-pretty/pull/308
- Allow alphanumerical sort to be case-insensitive by @Skeeve in https://github.com/jedib0t/go-pretty/pull/309
- table: note about auto-merge and HTML/Markdown modes by @jedib0t in https://github.com/jedib0t/go-pretty/pull/311
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.5...v6.5.6
v6.5.5
What's Changed
- replace imports of ioutil with io by @Skeeve in https://github.com/jedib0t/go-pretty/pull/304
- table: mixed-mode alignment and sorting by @jedib0t in https://github.com/jedib0t/go-pretty/pull/306
New Contributors
- @Skeeve made their first contribution in https://github.com/jedib0t/go-pretty/pull/304
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.4...v6.5.5
v6.5.4
What's Changed
- table: fix SuppressTrailingSpaces removing spaces from the beginning by @ilya-lesikov in https://github.com/jedib0t/go-pretty/pull/295
- table: fix documentation for merges by @jedib0t in https://github.com/jedib0t/go-pretty/pull/296
New Contributors
- @ilya-lesikov made their first contribution in https://github.com/jedib0t/go-pretty/pull/295
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.3...v6.5.4
v6.5.3
Bug-Fixes
-
table & list:
- process "\r" correctly (moving the cursor back to start of line)
v6.5.2
Bug-Fixes
-
table & list:
- process "\r" correctly (erase everything preceding it in the line)
v6.5.1
Features
-
progress
- auto-trim output to fit terminal width
v6.5.0
Features
-
table
-
SuppressTrailingSpaces()
to remove trailing spaces in tables without borders; thanks @shreddedbacon
-
Bug-Fixes
-
table
- handle negative column WidthMax values gracefully; fixes #285
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.