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: Masterminds/html5-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.7.6
Choose a base ref
...
head repository: Masterminds/html5-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.8.0
Choose a head ref
  • 16 commits
  • 15 files changed
  • 5 contributors

Commits on Mar 28, 2021

  1. Drop ext-libxml requirement

    Fixes #174
    alecpl committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    24f49f4 View commit details
    Browse the repository at this point in the history
  2. Get rid of ctype

    alecpl committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    f73ff86 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

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

Commits on Jan 11, 2023

  1. $tok might be false in Tokenizer.php

    ctype_alpha(false) triggers warning ctype_alpha(): Argument of type bool will be interpreted as string in the future
    sakarikl authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d1a9db6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #205 from alecpl/fix-deps

    Drop ext-libxml requirement
    goetas authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    840783a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #213 from kaznovac/patch-1

    doc(spelling): fix reentrance spelling in readme
    goetas authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    5e0edf3 View commit details
    Browse the repository at this point in the history
  4. actions

    goetas committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    530a9f2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #223 from Masterminds/gh-actions

    GH actions
    goetas authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    05cc730 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. ignore some files

    goetas committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    960f5f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fe2487 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31b7618 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #224 from Masterminds/remove-deprecation

    Remove deprecations
    goetas authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    8eddcaa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #206 from alecpl/drop-ctype

    Get rid of ctype
    goetas authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3d02e3a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    7b0a58f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #232 from HypeMC/video-is-inline

    Mark `<video>` tag as inline element
    goetas authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d71fbc4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #221 from sakarikl/sakarikl-ctype-warning

    $tok might be false in Tokenizer.php
    goetas authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    3c5d5a5 View commit details
    Browse the repository at this point in the history
Loading