Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudflare/lol-html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.1
Choose a base ref
...
head repository: cloudflare/lol-html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.0
Choose a head ref
  • 13 commits
  • 33 files changed
  • 4 contributors

Commits on Apr 27, 2026

  1. Configuration menu
    Copy the full SHA
    ba5de8e View commit details
    Browse the repository at this point in the history
  2. Bump tests/data/html5lib-tests from f994590 to 85c968a

    Bumps [tests/data/html5lib-tests](https://github.com/html5lib/html5lib-tests) from `f994590` to `85c968a`.
    - [Commits](html5lib/html5lib-tests@f994590...85c968a)
    
    ---
    updated-dependencies:
    - dependency-name: tests/data/html5lib-tests
      dependency-version: 85c968aca811edcb5eb6020b5b9184b2c42a86ab
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kornelski committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    fe33519 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. Handle encodings in rewrite_str

    kornelski authored and orium committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    9a96ea0 View commit details
    Browse the repository at this point in the history
  2. Cold fn

    kornelski authored and orium committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    d622cb8 View commit details
    Browse the repository at this point in the history
  3. Test charset

    kornelski authored and orium committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    4fad5ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0b3f24 View commit details
    Browse the repository at this point in the history
  5. Tell OutputSink what encoding is used

    kornelski authored and orium committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    8ba4da2 View commit details
    Browse the repository at this point in the history
  6. Add name_source_location() and value_source_location() to Attribute

    Exposes document-absolute byte ranges for attribute names and values
    via the existing SourceLocation type. Returns None for attributes
    added programmatically via set_attribute.
    
    This enables downstream consumers to perform byte-level splice
    rewrites on attribute values without re-parsing the start tag.
    gmalette authored and kornelski committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    2d2f3a6 View commit details
    Browse the repository at this point in the history
  7. Reduce struct size

    kornelski committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    bc0667b View commit details
    Browse the repository at this point in the history
  8. Typos

    kornelski authored and orium committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    da99eb2 View commit details
    Browse the repository at this point in the history
  9. Branch name fix

    kornelski authored and orium committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    943ad33 View commit details
    Browse the repository at this point in the history
  10. Document esi setting inconsistency

    kornelski authored and orium committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    46b5344 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. Bump versions

    kornelski committed May 5, 2026
    Configuration menu
    Copy the full SHA
    92b690d View commit details
    Browse the repository at this point in the history
Loading