Skip to content

Conversation

@Necoro
Copy link

@Necoro Necoro commented Jun 4, 2025

tablewriter has changed a lot of formatting behavior. This PR tries to emulate the old behavior as much as possible. It may not be complete though. It also adds the possibility to bypass the legacy emulation layer completely and configure tablewriter to one's liking.

This fixes #67 .

Because the repository is still not enabled for Go modules (see #42), this PR does not include changes of the dependencies version.

For a version of the commits that include go.mod, please see the branch tw-update-gomod

Necoro added 3 commits June 4, 2025 21:56
tablewriter has changed a lot of formatting behavior. This commit tries to emulate the old behavior as much as possible. It may not be complete though.
… do all the configuration directly.

The place for the configuration function is slightly odd, but avoids larger refactoring and possible breaking changes for consumers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

package broken by github.com/olekukonko/tablewriter release v1.0

1 participant