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.23.1
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.24.0
Choose a head ref
  • 12 commits
  • 11 files changed
  • 7 contributors

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    17e53f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #249 from rust-scraper/bump-selectors

    Bump depedencies, especially html5ever, cssparser, selectors which must be bumped together.
    cfvescovo authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    d734b58 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Configuration menu
    Copy the full SHA
    a7a5ce1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Bump selectors to v0.28

    paolobarbolini authored and teymour-aldridge committed May 8, 2025
    Configuration menu
    Copy the full SHA
    8dd6ea3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. Bump getopts from 0.2.21 to 0.2.22

    Bumps [getopts](https://github.com/rust-lang/getopts) from 0.2.21 to 0.2.22.
    - [Release notes](https://github.com/rust-lang/getopts/releases)
    - [Changelog](https://github.com/rust-lang/getopts/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/getopts@v0.2.21...v0.2.22)
    
    ---
    updated-dependencies:
    - dependency-name: getopts
      dependency-version: 0.2.22
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    80cb3bf View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. Merge pull request #254 from rust-scraper/dependabot/cargo/getopts-0.…

    …2.22
    
    Bump getopts from 0.2.21 to 0.2.22
    cfvescovo authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    58ce067 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #250 from saschanaz/readme-symlink2

    Recreate README.md as a non-symlink
    cfvescovo authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    fd962a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Bump selectors from 0.28.0 to 0.29.0

    Bumps [selectors](https://github.com/servo/stylo) from 0.28.0 to 0.29.0.
    - [Release notes](https://github.com/servo/stylo/releases)
    - [Commits](https://github.com/servo/stylo/commits)
    
    ---
    updated-dependencies:
    - dependency-name: selectors
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and teymour-aldridge committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    d62bf27 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. Bump html5ever and selectors dependencies

    Also do ‘cargo update’ to update the lock file.  Testet with `cargo test
    && cargo test --no-default-featurs && cargo test --all-features`.
    mina86 authored and adamreichold committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    a99da69 View commit details
    Browse the repository at this point in the history
  2. Fix clippy warnings

    mina86 authored and adamreichold committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    8327eda View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Bump selectors from 0.30.0 to 0.31.0

    Bumps [selectors](https://github.com/servo/stylo) from 0.30.0 to 0.31.0.
    - [Release notes](https://github.com/servo/stylo/releases)
    - [Commits](https://github.com/servo/stylo/commits)
    
    ---
    updated-dependencies:
    - dependency-name: selectors
      dependency-version: 0.31.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and adamreichold committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    3cacc5b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. Version 0.24.0

    cfvescovo committed Aug 17, 2025
    Configuration menu
    Copy the full SHA
    b2b90d3 View commit details
    Browse the repository at this point in the history
Loading