Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented May 15, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/jedib0t/go-pretty require major v4.3.0+incompatible -> v6.0.5

Release Notes

jedib0t/go-pretty

v6.0.5

Compare Source

Bug-Fixes

v6.0.4

Compare Source

Features

  • table
    • SuppressEmptyColumns(): hide all columns that have no content in any of the rows

v6.0.3

Compare Source

Fixes

  • text:
    • remove dependency on go-openapi/strfmt which indirectly added a lot of unnecessary transitive dependencies

Thanks @​titanous!

v6.0.2

Compare Source

Features

  • table
    • provide options in Style.HTML to control HTML rendering:
      • CSSClass to set the CSS class-name for the table (default: go-pretty-table)
      • EmptyColumn to control what to print for an empty column (default:  )
      • EscapeText to control whether to invoke html.Escape on all columns (default: true)
      • Newline: to control whether \n should be replaced, and with what (default: <br/>)

Deprecations

table
Old Functionality Replacement
SetHTMLCSSClass Style().HTML.CSSClass

v6.0.1

Compare Source

Bug-Fixes

  • table
    • Footer rows should not have a auto-generated index with SetAutoIndex

v6.0.0

Compare Source

Make go-pretty compatible with go mod.

You should now be able to run: go get -u github.com/jedib0t/go-pretty/v6@&#8203;v6.0.0.

v5.1.0

Compare Source

Features

  • table
    • support auto-merge of cells in a row with RowConfig.AutoMerge (2nd part of fix for #​93)

Bug-Fixes

  • table
    • text.Format* can now deal with escape sequences; (fix for #​112)

Note

This will be the last dep compatible release thanks to go mod enforcing major versions above v1 to be part of the import path.

v5.0.1

Compare Source

Features

  • table
    • support auto-merge of cells in a column with ColumnConfig.AutoMerge
    • support title/caption using the \<caption> tag on the table in HTML mode

Bug-Fixes

  • table
    • support auto-index in CSV/HTML/Markdown modes

General

  • update dependency go-runewidth to v0.0.9 to enhance emoji support

v5.0.0

Compare Source

Features

  • table
    • AppendSeparator to append a separator after the last appended row
    • ColumnConfig.Hidden flag to control the visibility of individual columns
    • ColumnConfig.WidthMaxEnforcer to customize how WidthMax is applied/enforced
    • ResetFooters to reset and remove all appended footers
    • ResetHeaders to reset and remove all appended headers
    • ResetRows to reset and remove all appended rows
    • Deprecated interfaces have been removed; refer to the table below for details
  • General
    • Transition from dep to go mod for dependency management

Deprecations

table
Old Functionality Replacement
SetAlign SetColumnConfig with ColumnConfig.Align
SetAlignFooter SetColumnConfig with ColumnConfig.AlignFooter
SetAlignHeader SetColumnConfig with ColumnConfig.AlignHeader
SetAllowedColumnLengths SetColumnConfig with ColumnConfig.WidthMax
SetColors SetColumnConfig with ColumnConfig.Colors
SetColorsFooter SetColumnConfig with ColumnConfig.ColorsFooter
SetColorsHeader SetColumnConfig with ColumnConfig.ColorsHeader
SetVAlign SetColumnConfig with ColumnConfig.VAlign
SetVAlignFooter SetColumnConfig with ColumnConfig.VAlignFooter
SetVAlignHeader SetColumnConfig with ColumnConfig.VAlignHeader

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-6.x branch 2 times, most recently from fdd6176 to 4e876d8 Compare May 17, 2020 18:37
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-6.x branch from 4e876d8 to e36a197 Compare May 27, 2020 20:38
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-6.x branch from e36a197 to a827d5b Compare June 11, 2020 05:33
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-6.x branch from a827d5b to 8055ab5 Compare October 28, 2020 12:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant