Thanks to visit codestin.com
Credit goes to github.com

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-scraper/scraper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.0
Choose a base ref
...
head repository: rust-scraper/scraper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.0
Choose a head ref
  • 13 commits
  • 11 files changed
  • 8 contributors

Commits on Dec 17, 2025

  1. fix dom manipulation example

    Jayce Fayne authored and adamreichold committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    5a1717e View commit details
    Browse the repository at this point in the history
  2. run README examples as part of doc tests

    Jayce Fayne authored and adamreichold committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    683ff52 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. Bump selectors from 0.33.0 to 0.35.0

    Bumps [selectors](https://github.com/servo/stylo) from 0.33.0 to 0.35.0.
    - [Release notes](https://github.com/servo/stylo/releases)
    - [Commits](https://github.com/servo/stylo/commits)
    
    ---
    updated-dependencies:
    - dependency-name: selectors
      dependency-version: 0.35.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and adamreichold committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    62a9f1d View commit details
    Browse the repository at this point in the history
  2. Bump indexmap from 2.12.1 to 2.13.0

    Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.12.1 to 2.13.0.
    - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
    - [Commits](indexmap-rs/indexmap@2.12.1...2.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: indexmap
      dependency-version: 2.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and adamreichold committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    a2cfbe4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Upgrade ego-tree to 0.11.0 and html5ever to 0.37.1

    - Bump ego-tree from 0.10.0 to 0.11.0
    - Bump html5ever from 0.36.0 to 0.37.1
    - Bump tendril from 0.4.3 to 0.5.0 (required by html5ever 0.37.1)
    - Implement clone_subtree() method for TreeSink trait
    cfvescovo committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    ba8f3fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #300 from rust-scraper/upgrade-ego-tree-html5ever

    Upgrade ego-tree to 0.11.0 and html5ever to 0.37.1
    cfvescovo authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    60cd9e7 View commit details
    Browse the repository at this point in the history
  3. Edition 2024

    cfvescovo committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    7d14577 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. cargo fmt

    cfvescovo committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    ff2ea51 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. Bump html5ever from 0.37.1 to 0.38.0

    Co-authored-by: mohe2015 <[email protected]>
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    3 people authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    f3132d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. Version 0.26.0

    adamreichold committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    637a8d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Bump selectors from 0.35.0 to 0.36.0 (#307)

    Bumps [selectors](https://github.com/servo/stylo) from 0.35.0 to 0.36.0.
    - [Release notes](https://github.com/servo/stylo/releases)
    - [Commits](https://github.com/servo/stylo/commits)
    
    ---
    updated-dependencies:
    - dependency-name: selectors
      dependency-version: 0.36.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    d07444e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Bump html5ever from 0.38.0 to 0.39.0

    Bumps [html5ever](https://github.com/servo/html5ever) from 0.38.0 to 0.39.0.
    - [Release notes](https://github.com/servo/html5ever/releases)
    - [Commits](https://github.com/servo/html5ever/commits)
    
    ---
    updated-dependencies:
    - dependency-name: html5ever
      dependency-version: 0.39.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and adamreichold committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    bca1839 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Merge pull request #306 from rust-scraper/bump

    Version 0.26.0
    cfvescovo authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    170cdd3 View commit details
    Browse the repository at this point in the history
Loading