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: ezyang/htmlpurifier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.17.0
Choose a base ref
...
head repository: ezyang/htmlpurifier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.18.0
Choose a head ref
  • 11 commits
  • 33 files changed
  • 10 contributors

Commits on Feb 22, 2024

  1. fix: Support PHP 8.4 (#396)

    Signed-off-by: Edward Z. Yang <ezyang@meta.com>
    ezyang authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    92da247 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fix: checking that node has property name (#399)

    Co-authored-by: Christian Castelli <christian.castelli@docebo.com>
    chrisvoo and Christian Castelli authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9ca5a36 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Apr 12, 2024

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

Commits on Apr 19, 2024

  1. fix: Adjust Core.AllowHostnameUnderscore to consider that "_" is defi…

    …ned as Unreserved Characters in RFC 3986 (#406)
    matsuo authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d9fbef8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

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

Commits on Jun 30, 2024

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

Commits on Jul 31, 2024

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

Commits on Oct 31, 2024

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

Commits on Nov 1, 2024

  1. chore(release): 4.18.0 [skip ci]

    # [4.18.0](v4.17.0...v4.18.0) (2024-11-01)
    
    ### Bug Fixes
    
    * Adjust Core.AllowHostnameUnderscore to consider that "_" is defined as Unreserved Characters in RFC 3986 ([#406](#406)) ([d9fbef8](d9fbef8))
    * Avoid a deprecated error when the attribute name is numeric and DirectLex is used ([#412](#412)) ([f0fbf51](f0fbf51))
    * checking that node has property name ([#399](#399)) ([9ca5a36](9ca5a36))
    * Ignore conditional comments ([#401](#401)) ([4828fdf](4828fdf))
    * Support PHP 8.4 ([#396](#396)) ([92da247](92da247))
    * undefined array key warning ([#419](#419)) ([01be377](01be377))
    
    ### Features
    
    * Add allowfullscreen attr for iframe ([#411](#411)) ([70754a2](70754a2))
    * add directive for removing blank nodes ([#404](#404)) ([c9d60c9](c9d60c9))
    * Add support for CSS aspect-ratio ([#408](#408)) ([93bee73](93bee73))
    * Allow universal CSS values for all properties ([#410](#410)) ([9723267](9723267))
    semantic-release-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    cb56001 View commit details
    Browse the repository at this point in the history
Loading