Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module jedib0t/go-pretty to v6 #9

Merged
merged 1 commit into from
Aug 19, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2020

This PR contains the following updates:

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

Release Notes

jedib0t/go-pretty

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.

@clok clok added the dependencies Updating dependencies label Aug 19, 2020
@clok clok merged commit ec12588 into master Aug 19, 2020
@clok clok deleted the renovate/github.com-jedib0t-go-pretty-6.x branch August 19, 2020 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updating dependencies
Development

Successfully merging this pull request may close these issues.

None yet

2 participants