leetup
leetup copied to clipboard
Update html2text requirement from 0.6.0 to 0.10.2
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_widthwas 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
styleattributes.- [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_cssnow returnsResultinstead 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
ee981ebMerge pull request #112 from jugglerchris/ignore_transparent_colours6900630CSS: Ignore transparent colours.305377cMerge pull request #110 from jugglerchris/fix_render_optionsc1ee78fFix an issue which caused the max wrap width not to work.4918b9cMerge pull request #109 from jugglerchris/add_bgcolor30e88f5Update CHANGELOG and README for 0.10.0.e9a430bRemove some stray debug.9a863f1Fix tests.7d095beFix another empty line with an empty table.5b9d69fFix 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)