leetup icon indicating copy to clipboard operation
leetup copied to clipboard

Update html2text requirement from 0.6.0 to 0.10.2

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Updates the requirements on html2text to permit the latest version.

Changelog

Sourced from html2text's changelog.

0.10.2

  • [fixed] CSS: Ignore transparent colours.

0.10.1

  • [fixed] max_width was not working with some render methods.

0.10.0

  • [added] Simple support for <i>, <ins>, and <del> (thanks sgtatham)
  • [added] Added background-color support
  • [fixed] CSS support didn't work in some places, such as <td> elements.
  • [added] Add support for style attributes.
  • [added] Styles apply to table borders
  • [changed] Update some dependencies
  • [fixed] Fix a few places which caused excess blank lines or empty tables

0.9.4

  • [changed] Updated the termion dev-dependency to 2.0.

0.9.3

  • [changed] Added cargo categories and update to 2021 edition.

0.9.2

  • [fixed] CSS didn't work inside <ul> or <ol>.
  • [added] Add methods to get and use the intermediate HTML DOM and RenderTree from Config.
  • [fixed] Removed some clones which are no longer necessary now that Box works.

0.9.1

  • [fixed] Various documentation issues (thanks sgtatham)
  • [changed] CSS color rules now work for elements other than span.

0.9.0

  • [changed] Config::add_css now returns Result instead of panicking on CSS parse errors. Errors from parsing document CSS are ignored.
  • [added] Support <font color=...> when CSS is enabled.
  • [added] Config::max_wrap_width() to wrap text to a norrower width than the overal size available.
  • [added] Add --wrap-width and --css options to html2text example.

0.8.0

... (truncated)

Commits
  • ee981eb Merge pull request #112 from jugglerchris/ignore_transparent_colours
  • 6900630 CSS: Ignore transparent colours.
  • 305377c Merge pull request #110 from jugglerchris/fix_render_options
  • c1ee78f Fix an issue which caused the max wrap width not to work.
  • 4918b9c Merge pull request #109 from jugglerchris/add_bgcolor
  • 30e88f5 Update CHANGELOG and README for 0.10.0.
  • e9a430b Remove some stray debug.
  • 9a863f1 Fix tests.
  • 7d095be Fix another empty line with an empty table.
  • 5b9d69f Fix a few cases where empty lines could be added.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

dependabot[bot] avatar Jan 08 '24 20:01 dependabot[bot]