Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps table_to_html from 0.4.0 to 0.5.0.

Changelog

Sourced from table_to_html's changelog.

[0.5.0] - 2022-02-10

Added

  • CustomStyle type which now handles modifications of styles.
  • TopBorderText type which can be used to write a text on a bottom border.
  • Wrap::keep_words oprtion in order to not split words in a middle while doing a wrap.
  • Add more default styles Style::dots(), Style::re_structured_text(), Style::extended()

Changed

  • MaxWidth interface.
  • Constants in style module now marked deprecated in regard of const functions as more ergonomic choice.

Fixed

  • Fix rendering of single column table with full style (with horizontal split lines)

[0.4.2] - 2021-12-30

Added

  • Builder structure for dynamic creation of table

Fixed

  • It turns out that in version [0.4.0] tabled_derive was improperly bumped version. So it broke version [0.3]. To fix it it was necessary to yank versions [0.4.0] and [0.4.1] and yank tabled_derive [0.1.9]. It was pointed out by @​Disasm.
Commits
  • 77ed0f4 Update README.md
  • 104672c tabled/ Bump version to 0.5.0
  • b9ec9fb papergrid/ Bump version to 0.2.1
  • 11a196e tabled/ Fix single column style issue
  • c1e700a tabled/ Add split words by width example
  • f5399a8 tabled/ Improve width documentation
  • 5701c1f Merge pull request #60 from zhiburt/word_width_control
  • d851d44 Merge branch 'master' of github.com:zhiburt/tabled into word_width_control
  • 9b5499e ci/ Introduce flow ordering
  • b4edf7f Update README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [table_to_html](https://github.com/zhiburt/tabled) from 0.4.0 to 0.5.0.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](zhiburt/tabled@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: table_to_html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant