Go Pretty Versions Save

Table-writer and more in golang!

v6.5.9

1 week ago

What's Changed

New Contributors

Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.8...v6.5.9

v6.5.8

1 month ago

What's Changed

Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.7...v6.5.8

v6.5.7

1 month ago

What's Changed

Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.6...v6.5.7

v6.5.6

1 month ago

What's Changed

Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.5...v6.5.6

v6.5.5

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.4...v6.5.5

v6.5.4

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.3...v6.5.4

v6.5.3

3 months ago

Bug-Fixes

  • table & list:
    • process "\r" correctly (moving the cursor back to start of line)

v6.5.2

4 months ago

Bug-Fixes

  • table & list:
    • process "\r" correctly (erase everything preceding it in the line)

v6.5.1

4 months ago

Features

  • progress
    • auto-trim output to fit terminal width

v6.5.0

4 months ago

Features

  • table
    • SuppressTrailingSpaces() to remove trailing spaces in tables without borders; thanks @shreddedbacon

Bug-Fixes

  • table
    • handle negative column WidthMax values gracefully; fixes #285