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:gjtorikian/html-proofer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v5.0.9
Choose a base ref
...
head repository:gjtorikian/html-proofer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v5.0.10
Choose a head ref
  • 20 commits
  • 28 files changed
  • 6 contributors

Commits on May 8, 2024

  1. simplify

    @gjtorikian
    gjtorikian committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ee2c50eView commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    cabd528View commit details
    Browse the repository at this point in the history
  2. fix typo

    @gionn
    gionn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3925d53View commit details
    Browse the repository at this point in the history
  3. Merge pull request#841from gionn/patch-1

    Fixup typhoeus arg usage in README
    @gjtorikian
    gjtorikian authored May 13, 2024
    Configuration menu
    Copy the full SHA
    3aa6347View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Added test for UTF-8 encoded internal links

    There wasn't a specific test for this, and it fails on some setups. The link in the fixture is a direct copy-paste from one that fails on my project. But the test passes on this test suite... So there is something else going on. Relates to #757
    @ahpook
    ahpook committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4958ecbView commit details
    Browse the repository at this point in the history
  2. Reproducible case for anchor link encoding failures

    Looking a little deeper into the source code of the failures, I noticed that not _all_ the non-ASCII links were failing, only some of them. The site gets built with relative links between pages, and it was links to another page with a "../page/#hash" syntax which failed. This commit adds a test directory which mimics that structure and reliably reproduces the error... I think!
    @ahpook
    ahpook committed May 23, 2024
    2Configuration menu
    Copy the full SHA
    5534884View commit details
    Browse the repository at this point in the history
  3. Fix trailing whitespace

    @ahpook
    ahpook committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3748112View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge pull request#842from ahpook/check-utf8-relative-anchors

    Check utf8 relative anchors
    @gjtorikian
    gjtorikian authored May 29, 2024
    Configuration menu
    Copy the full SHA
    4cc3f62View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 3, 2024

  1. Merge pull request#845from MakWigglz/main

    Fix variable assignment in index.php
    @gjtorikian
    gjtorikian authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3800c70View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Correct README example

    @gjtorikian
    gjtorikian committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f983709View commit details
    Browse the repository at this point in the history
  2. Merge pull request#847from gjtorikian/fix-docs

    Correct README example
    @gjtorikian
    gjtorikian authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5903360View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

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

Commits on Feb 21, 2025

  1. expect a UA

    @gjtorikian
    gjtorikian committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    f81132fView commit details
    Browse the repository at this point in the history
  2. update rubocop

    @gjtorikian
    gjtorikian committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    cd63db6View commit details
    Browse the repository at this point in the history
  3. lint

    @gjtorikian
    gjtorikian committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    9a870f6View commit details
    Browse the repository at this point in the history
  4. 💎 5.0.10

    @gjtorikian
    gjtorikian committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    f44aa4cView commit details
    Browse the repository at this point in the history
  5. Merge pull request#851from paulroub/srcset-sizes-fail

    Handle multiple srcsets when first is remote (fixes#850)
    @gjtorikian
    gjtorikian authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    3ecb630View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    117fc37View commit details
    Browse the repository at this point in the history
  7. Merge pull request#852from gjtorikian/release/v5.0.10

    [skip test] Release v5.0.10
    @gjtorikian
    gjtorikian authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    527109aView commit details
    Browse the repository at this point in the history
Loading