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

Bump html2text from 0.12.5 to 0.13.5 #372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps html2text from 0.12.5 to 0.13.5.

Changelog

Sourced from html2text's changelog.

0.13.5

  • [added] CSS support for :nth-child() (not yet with the of foo).
  • [added] Non-standard display: x-raw-dom for debugging (with css_ext feature flag).
  • [fixed] An issue which could (apparently rarely) miss out some output depending on wrapping
  • [fixed] CSS parsing stopped when it hit an at-rule.
  • [added] Add --show-css option to html2text example for debugging what rules were parsed.
  • [added] Add poor-man's inspect mode to html2term - I to enable/disable, and arrows to navigate around the DOM. Implemented using :nth-child and x-raw-dom.

0.13.4

  • [fixed] Fix a debug assertion from a double-counted length increment (thanks JadedBlueeyes).

0.13.3

  • [fixed] Handle some obsolete bgcolor=... attributes.
  • [added] html2text example has --show-render to help debugging render issues.
  • [changed] Some error handling and other tidyups (thanks sftse)

0.13.2

  • [fixed] Fixed errors when building with Rust 1.72.

0.13.1

  • [added] html2text now has --show-dom
  • [fixed] Support background CSS property (for colour)
  • [fixed] Some edge cases with CSS styles on whitespace

0.13.0

  • [added] Support CSS white-space: pre-wrap (and normal, pre).

0.13.0-alpha.2

  • [changed] Updated html5ever and markup5ever crate versions. This has meant updating the MSRV, which is now set to 1.72.
  • [fixed] Add Config::no_link_wrapping() (thanks JadeBlueEyes)
  • [fixed] Fix panic with empty table inside a list (thanks sftse)
  • [changed] Top level convenience functions (from_read etc.) now return Result<..> instead of panicking (thanks sftse)
  • [fixed] Fix panic with very large HTML colspan (thanks pycui)
  • [changed] CSS updates:
    • Separate user agent, author, and user CSS layers
    • Improve the style precedence between layers and implement specificity.

0.13.0-alpha.1

... (truncated)

Commits
  • b9d0476 Updates for 0.13.5.
  • 7291cba Merge pull request #189 from jugglerchris/html_nth_child_raw_dom
  • 6c9df62 cargo fmt
  • 3ea1ae1 Fix builds with different feature flag combinations.
  • 79d6863 cargo fmt
  • eef5c19 Remove some debug output.
  • 756f23e Skip over CSS at-rules, rather than abandoning at the first one.
  • 6d02849 Add html2text --show-css
  • 6300ab1 Add "inspect" mode in html2term.
  • 667f0ff Add CSS extension: "display: x-raw-dom".
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.12.5 to 0.13.5.
- [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md)
- [Commits](jugglerchris/rust-html2text@0.12.5...0.13.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 2, 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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants