Up to [cvs.NetBSD.org] / pkgsrc / www / ruby-html-proofer
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
www/ruby-html-proofer: update to 5.0.9 5.0.9 (2024-05-07) What's Changed * Bump actions/checkout from 3 to 4 by @dependabot in #805 * [skip test] Release v5.0.9 by @github-actions in #838 New Contributors * @github-actions made their first contribution in #838
www/ruby-html-proofer: remove extra RUBY_VERSIONS_ACCEPTED
www/ruby-html-proofer: update to 5.0.8 5.0.8 (2023-08-06) * docs: update changelog * the usual workflow updates * tweak debug tools * add packaging task * add ruby version
www/ruby-html-proofer: update to 5.0.7 5.0.7 (2023-04-18) What's Changed * Support multiple email addresses in mailto by @gjtorikian in #797
www/ruby-html-proofer: update to 5.0.6 5.0.5 (2023-03-07) What's Changed * remove proprietary pdf by @gjtorikian in #790 * Fix cleaning relative links cache key by @riccardoporreca in #793 5.0.6 (2023-03-15) What's Changed * Refactor/simplify internal link check resolution by @riccardoporreca in #795
www/ruby-html-proofer: update to 5.0.4 pkgsrc change: add ruby32 support. 5.0.4 (2023-01-20) What's Changed * Improved PDF hash handling by @gjtorikian in #789
www/ruby-html-proofer: update to 5.0.3 5.0.3 (2022-12-06) * Address some typos by @gjtorikian in #780 * Fix poor srcset parsing by @gjtorikian in #784
www/ruby-html-proofer: update to 5.0.2 5.0.2 (2022-11-15) What's Changed * Address some typos by @gjtorikian in #780 Contributors * gjtorikian
www/ruby-html-proofer: restrict to Ruby 3.1 Dependency to devel/ruby-async restricts to Ruby 3.1.
www/ruby-html-proofer: update to 5.0.1 pkgsrc change: * Add "USE_LANGUAGES= # none". * Add pkg_alternatives support. 5.0.0 (2022-10-08) Closed issues: * Options validation breaking for booleans #773 Merged pull requests: * Native async #766 (gjtorikian) * Lock to >= Ruby 3.1 #760 (gjtorikian) * V5 #759 (gjtorikian) * CLI Args: A New Hope #758 (gjtorikian) 5.0.1 (2022-11-01) Closed issues: * QUESTION - ignore-files syntax not ignore entire directories as I would expect it to. Is my approach syntax incorrect? #775 Merged pull requests: * Accept regexp values for ignore-files via CLI #776 (gjtorikian)
www/ruby-html-proofer: udpate to 4.4.3 4.4.1 (2022-09-25) Closed issues: * Custom Checker class is not executed #764 * --cache unvailable in CLI #763 * --parallel unavailable in CLI #762 * HTMLproofer does not properly ignore links #756 * Mailto check failed in some cases #754 Merged pull requests: * Optimize checking internal link hashes in target files #770 (riccardoporreca) * Fix --swap-attributes CLI argument in README #765 (mark-monteiro) * Fix and improve swap_attribute README example #755 (riccardoporreca) 4.4.2 (2022-10-07) Closed issues: * erstiebegrüßung.html causing problems on macOS #771 * HTMLProofer times out #768 Merged pull requests: * Create erstiebegrüßung.html from code #772 (asbjornu) * Validate options #767 (asbjornu) 4.4.3 (2022-10-08) Merged pull requests: * Revert "Validate options" #774 (gjtorikian)
www/ruby-html-proofer: update to 4.4.0 3.19.4 (2022-05-19) Closed issues: * Add JUnit-compatible Reporter #703 * Problems with internal link cache re-checking logic (4.0.0.rc3) #695 * File / sources processing issues #693 4.0.0 (2022-07-11) Closed issues: * From time to time I get response code 0 with Stream error in the HTTP/2 framing layer #716 * Hash not exist in path with implicit index #714 * Config section of README seems to be out of sync with actual CLI options #713 * Allow separate internal/external cache timeframe #708 * Update nokogiri dependency #705 * Issue with internal links re-checking logic / cache keys #702 * Empty alt tag #228 Merged pull requests: * Allow for empty alt attributes #717 (gjtorikian) * Address internal hash issue #715 (gjtorikian) * Fix internal link issue #712 (gjtorikian) * Use <path>:<line> in the CLI reporter #711 (riccardoporreca) * Split timeframes out #710 (gjtorikian) * Bump actions/checkout from 2 to 3 #709 (dependabot[bot]) * chore: Included githubactions in the dependabot config #707 (naveensrinivasan) * chore: Set permissions for GitHub actions #706 (naveensrinivasan) * Fix internal link format #699 (gjtorikian) * Fix internal cache metadata check #696 (riccardoporreca) * Feature/fix files sources processing #694 (riccardoporreca) * 4.0.0 #674 (gjtorikian) 4.0.1 (2022-07-12) Closed issues: * Linking to directories without a trailing slash in 4.0.0 #718 Merged pull requests: * Restore follow_location #719 (gjtorikian) 4.1.0 (2022-07-15) Closed issues: * Set enforce_https to false on the CLI #727 * srcset width/pixel density descriptors cause missing image error #724 * Example cache config not working #723 * Removal of --check-html #722 * CHANGELOG.md says Unreleased but 4.0 is out #721 * Make --checks options case insensitive #720 Merged pull requests: * Squash some minor 4.x bugs #728 (gjtorikian) * Change --url-ignore to --ignore-urls in README.md #726 (nwhetsell) 4.2.0 (2022-07-16) Closed issues: * Provide option to ignore hash references for internal links #731 Merged pull requests: * Add option to disable internal hash check #732 (gjtorikian) * Update readme to reflect new command line option --ignore-status-codes #729 (bassmang) 4.3.0 (2022-07-26) Closed issues: * check_internal_hash seems to be always true #739 * Disable internal/external cache altogether if not timeframe is specified #737 * How to set CLI option --check-external-hash to false? #735 * Cached external URLs with missing hash are not re-checked #733 * Warn/Failure if unknown configuration option is provided #730 * hash ref's on the same page aren't found #725 * No support for multiple URLs in srcset #313 Merged pull requests: * moderately improved hash detection #741 (gjtorikian) * adjust for additional srcset/webp logic #740 (gjtorikian) * clarify CLI booleans #738 (gjtorikian) * Cache fixes and improvements #736 (riccardoporreca) * Ensure consistent external cache re-check for all failures #734 (riccardoporreca) 4.3.1 (2022-07-29) * Fix #724: handle srcsets with multiple pixel density entries 4.3.2 (2022-08-03) * Switch 'source' elements to use image check code path 4.4.0 (2022-08-13) * Fix external URL key for script links without protocol (#750) * Failure on protocol-relative URLs across the board (#750) * Adapt/extend tests to the protocol-relative failures (#750) * Fix #752 from riccardoporreca/feature/750-fail-on-protocol-relative-urls
www/ruby-html-proofer: update to 3.19.3 3.19.3 (2021-12-17) Fixed bugs: * mailto without email shouldn't fail #552 Closed issues: * links without html suffix claimed to be broken #654 * Unexpected 404 link #648 * Thread 0 Crashes on M1 chip (MacOS Big Sur 13.1) #646 * Add GitHub Action wrappers to README? #642 * Add support for site.baseurl, workaround #618 * Some URLs are reported invalid but are in fact OK #581 * Internally linking to <valid URL> which does not exist #542 Merged pull requests: * Add typhoeus-config user agent and cookies snippets to the README #666 (JackWilb) * Run htmlproofer and precede it with the correct ruby binary #665 (dleidert) * Document how to adjust for a baseurl #658 (PeterJCLaw) * Add flag to allow no-email mailto links #657 (PeterJCLaw) * fix redirect (after changing name of master branch) #653 (matkoniecz) * Add example using proof-html GitHub action #651 (anishathalye) * Replace Nokogumbo with Nokogiri #650 (stevecheckoway) * Apply Uniq filter to remove duplicate issues #649 (uberfuzzy)
www/ruby-html-proofer: update to 3.19.2 3.19.2 (2021-06-24) * Fix for Hydra.
www/ruby-html-proofer: update to 3.19.1 There are a few note with release but not others. Please refer commit log <https://github.com/gjtorikian/html-proofer/compare/v3.15.2...v3.19.1> in detail. 3.19.1 (2021-04-18) 3.19.0 (2021-04-11) * Support hydra config on CLI #632 3.18.8 (2021-03-04) 3.18.7 (2021-03-04) 3.18.6 (2021-02-21) 3.18.5 (2021-01-02) 3.18.4 (2021-01-02) 3.18.3 (2020-12-29) 3.18.2 (2020-12-17) 3.18.1 (2020-12-16) 3.17.2 (2020-11-23) 3.17.1 (2020-11-22) 3.17.0 (2020-11-14) 3.16.0 (2020-09-10) * Add support for before_request: #577 3.15.3 (2020-04-20)
www/ruby-html-proofer: import ruby26-html-proofer-3.15.2 HTMLProofer is a set of tests to validate your HTML output. These tests check if your image references are legitimate, if they have alt tags, if your internal links are working, and so on. It's intended to be an all-in-one checker for your output.