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: php-debugbar/php-debugbar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.7.0
Choose a base ref
...
head repository: php-debugbar/php-debugbar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.1
Choose a head ref
  • 12 commits
  • 24 files changed
  • 3 contributors

Commits on Apr 4, 2026

  1. Update Assets

    barryvdh authored and github-actions[bot] committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    7ad8b2a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. Improve nested arrays (#1041)

    * Improve mixed arrays
    
    * Tweak CS
    barryvdh authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    b6955d1 View commit details
    Browse the repository at this point in the history
  2. Improve array speed check, update benchmarks (#1042)

    * Improve array speed check, update benchmarks
    barryvdh authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    87a8ff4 View commit details
    Browse the repository at this point in the history
  3. Add simple formatVar for scalars (#1043)

    * Add fast path for string vars
    
    * CS
    
    * Update tests
    
    * Rebuild
    barryvdh authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    70dbb59 View commit details
    Browse the repository at this point in the history
  4. Fix json context (#1044)

    barryvdh authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    0013e36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95af214 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. Json tree format (#1046)

    * Use simpler array format for json
    
    * Optimize/cleanup
    
    * Update Assets
    
    ---------
    
    Co-authored-by: barryvdh <973269+barryvdh@users.noreply.github.com>
    barryvdh and barryvdh authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    7d0d395 View commit details
    Browse the repository at this point in the history
  2. Fix CS

    barryvdh authored and github-actions[bot] committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    4d1be01 View commit details
    Browse the repository at this point in the history
  3. Add tests for vardumpers (#1047)

    * Add tests for vardumpers
    
    * Fix phpstan
    barryvdh authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    907208f View commit details
    Browse the repository at this point in the history
  4. Fix CS

    barryvdh authored and github-actions[bot] committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    db96782 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Array depth (#1048)

    * Only return plain array within limits
    
    * TWeak depth
    
    * Use plain array formatter when possible
    barryvdh authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    5f8e18a View commit details
    Browse the repository at this point in the history
  2. Fix CS

    barryvdh authored and github-actions[bot] committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    afe4196 View commit details
    Browse the repository at this point in the history
Loading