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: rust-ammonia/ammonia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: rust-ammonia/ammonia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.1
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 7, 2025

  1. Update html5ever requirement from 0.31 to 0.35

    ---
    updated-dependencies:
    - dependency-name: html5ever
      dependency-version: 0.35.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    00aac0f View commit details
    Browse the repository at this point in the history
  2. Add bool flag to mark scripting as disabled

    This flags seems to be used for parsing `<noscript>`, which
    shouldn't matter (if we keep it, we want to normalize it as DOM
    content, not as RCDATA).
    notriddle committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    f5ad1ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #213 from rust-ammonia/dependabot/cargo/html5ever-…

    …0.35
    
    Update html5ever requirement from 0.31 to 0.35
    notriddle authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    84e7284 View commit details
    Browse the repository at this point in the history
  4. Release 4.1.1

    notriddle committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    262d0d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Merge pull request #214 from rust-ammonia/release-4.1.1

    Release 4.1.1
    notriddle authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    a14a5eb View commit details
    Browse the repository at this point in the history
Loading