8000 Comparing v6.4.9...v6.4.10 · symfony/var-dumper · GitHub
[go: up one dir, main page]

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/var-dumper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.9
Choose a base ref
...
head repository: symfony/var-dumper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.10
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 23, 2024

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

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    e0a521e View commit details
    Browse the repository at this point in the history
  2. bug #57815 [Console][PhpUnitBridge][VarDumper] Fix NO_COLOR empty v…

    …alue handling (alexandre-daubois)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | symfony/symfony#57777 (comment)
    | License       | MIT
    
    `NO_COLOR` must be non-empty in order to be considered enabled (https://no-color.org/):
    
    > when present and not an empty string (regardless of its value)
    
    Commits
    -------
    
    6a96ff9116 [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0c17c56 View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.4' into 6.4

    * 5.4:
      [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling
      [Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4
      [DoctrineBridge] fix messenger bus dispatch inside an active transaction
      [HttpFoundation] Add tests for uncovered sections
      treat uninitialized properties referenced by property paths as null
      properly set up constraint options
      [ErrorHandler][VarDumper] Remove PHP 8.4 deprecations
      [Core] Fix & Enhance security arabic translation.
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a71cc33 View commit details
    Browse the repository at this point in the history
Loading
0