Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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.22.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.23.0
Choose a head ref
  • 11 commits
  • 6 files changed
  • 6 contributors

Commits on Dec 20, 2024

  1. Fix README symlink

    hwup authored and adamreichold committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    d4d1a99 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. Configuration menu
    Copy the full SHA
    15de83a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #226 from max-heller/patch-1

    Make `HtmlTreeSink`'s field public
    cfvescovo authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    1896e4f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Update LICENSE info

    cfvescovo authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    cbe480a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. Bump indexmap from 2.7.0 to 2.7.1

    Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.7.0 to 2.7.1.
    - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
    - [Commits](indexmap-rs/indexmap@2.7.0...2.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: indexmap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and teymour-aldridge committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    638d731 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Add a serde feature for (de)serializing Selectors (#227)

    Add a serde feature for serializing Selectors using CSS syntax
    jakubslaby09 authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    1a55337 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Bump serde from 1.0.215 to 1.0.217

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.215 to 1.0.217.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.215...v1.0.217)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    11cca40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #233 from rust-scraper/dependabot/cargo/serde-1.0.217

    Bump serde from 1.0.215 to 1.0.217
    cfvescovo authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    a52514c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Bump serde from 1.0.217 to 1.0.218

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.217 to 1.0.218.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.217...v1.0.218)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    97a987e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #236 from rust-scraper/dependabot/cargo/serde-1.0.218

    Bump serde from 1.0.217 to 1.0.218
    cfvescovo authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    4ff30c6 View commit details
    Browse the repository at this point in the history
  3. Version 0.23.0

    cfvescovo committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    08afce2 View commit details
    Browse the repository at this point in the history
Loading