Thanks to visit codestin.com
Credit goes to github.com

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: symfony/css-selector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.6
Choose a base ref
...
head repository: symfony/css-selector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.9
Choose a head ref
  • 12 commits
  • 9 files changed
  • 3 contributors

Commits on Mar 24, 2026

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

Commits on Mar 30, 2026

  1. Merge branch '7.4' into 8.0

    * 7.4:
      [Serializer] Fix mixed-typed constructor parameters overriding getter-inferred type
      Fix tests
      [Cache] Ensure compatibility with Relay extension 0.21.0
      [Mime][TwigBridge] Fix merge conflict resolution
      [Ldap] Make the Adapter resettable
      [Serializer] Remove needless line in changelog
      [MonologBridge] Fix ConsoleHandler losing output after nested command terminates
      [Cache] Fix tests
      [EventDispatcher] Fix memory leak in TraceableEventDispatcher for long-running processes
      [TwigBridge][Mime] Add missing tests
      [TwigBridge] Refactor image method to use DataPart content ID
      [Cache] Fix undefined property access
      [Console] Fix performance regression in OutputFormatter for ASCII content
      [Serializer] Fix can*() prefix support in GetSetMethodNormalizer
      [Cache] Fix Psr16Cache::getMultiple() returning ValueWrapper with TagAwareAdapter
      Configure deprecation triggers
    nicolas-grekas committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    8db1c00 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. Configuration menu
    Copy the full SHA
    38f1e94 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      Add deprecationTrigger ignoreUndefinedTriggers="true" in phpunit.xml.dist files
    nicolas-grekas committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    7c53803 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. [CssSelector] Fix :is() and :where() combining conditions with parent…

    … selector using or instead of and
    lacatoire authored and nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    475b778 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      [CssSelector] Fix :is() and :where() combining conditions with parent selector using or instead of and
    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    d6210f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a80f69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cafe33e View commit details
    Browse the repository at this point in the history
  5. Merge branch '6.4' into 7.4

    * 6.4:
      CS fixes - native_function_invocation & static_lambda
      Backport some CS fixes from 7.4
    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    867777c View commit details
    Browse the repository at this point in the history
  6. Merge branch '7.4' into 8.0

    * 7.4:
      CS fixes - native_function_invocation & static_lambda
      Backport some CS fixes from 7.4
      [CS] Back config from 8.1 and apply heredoc_indentation rule
      [Workflow] Fix HTML escaping in GraphvizDumper labels
    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    619c265 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. Configuration menu
    Copy the full SHA
    b75663e View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      [Security] Throw BadCredentialsException on empty JSON login username/password
      [Routing] Honor the Request's method in UrlMatcher::matchRequest()
      [DependencyInjection] Log every build parameter removed during compilation
      [Serializer] Remove @internal from ClassMetadataInterface and AttributeMetadataInterface
      Update XSD references in phpunit.xml.dist files
      [Serializer] Make `BackedEnumNormalizer` unconditionally return `null` on invalid value if `allow_invalid_values` is set
      [Cache] Ensure internal state is cleared in TagAwareAdapter::reset() even on commit failure
    nicolas-grekas committed Apr 18, 2026
    Configuration menu
    Copy the full SHA
    3665cfa View commit details
    Browse the repository at this point in the history
Loading