Created by: dependabot[bot]
Updates the requirements on lol_html to permit the latest version.
Release notes
Sourced from lol_html's releases.
v1.0.0
Yes, you got that right: this is the first 1.x release! From now on you should expect this project to adhere to the semantic versioning spec (we have been somewhat relaxed about that in the past).
Added
- Added
Element::end_tag_handlers()which allows better control over the end tag handlers.Changed
- Removed
Element::on_end_tag()andElement::add_on_end_tag()in favor of the newly addedElement::end_tag_handlers().
Changelog
Sourced from lol_html's changelog.
v1.0.0
Yes, you got that right: this is the first 1.x release! From now on you should expect this project to adhere to the semantic versioning spec (we have been somewhat relaxed about that in the past).
Added
- Added
Element::end_tag_handlers()which allows better control over the end tag handlers.Changed
- Removed
Element::on_end_tag()andElement::add_on_end_tag()in favor of the newly addedElement::end_tag_handlers().v0.4.0
Added
- Added method
TextChunk::as_mut_str()andTextChunk::set_str()for in-place modifications to the text in aTextChunk. (#175)Changed
- Modified method
Element::on_end_tag()to support multiple handlers. This is a breaking change since the old semantics of the method was to overwrite any previously set handler. (#177)v0.3.3
Added
- Support dynamic charset change on meta tags in HtmlRewriter. (#162)
- Add
Element::can_have_content(). (#163)v0.3.2
Added
- Add
Doctype::remove. (#129)- Add
Element::start_tag()andElement::is_self_closing(). (#148)- Add mutation methods to
StartTagandEndTag. (#148)- Implement
Eqfor all types that implementPartialEq. (#146)Fixed
- Changed the HTML parser to more closely match the spec. This only affects rewriters which modify HTML comments. (#128)
v0.3.1
Added
... (truncated)
Commits
-
a005329Release v1.0.0. (#183) -
ec1b05aRemovedElement::on_end_tag()andElement::add_on_end_tag()in favor of `... - See full diff 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 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)