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: barryvdh/laravel-debugbar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.14.6
Choose a base ref
...
head repository: barryvdh/laravel-debugbar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.14.7
Choose a head ref
  • 12 commits
  • 10 files changed
  • 4 contributors

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    6883168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    423ee47 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Add (initial) support for PHP 8.4 (#1631)

    * Run tests on PHP 8.4
    
    * Update integration test to actually test clear command functionality
    jnoordsij authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3ad206c View commit details
    Browse the repository at this point in the history
  2. More warnings (#1696)

    barryvdh authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5fa66aa View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    295bb30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    673da81 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    cf7872b View commit details
    Browse the repository at this point in the history
  2. Fix Exception when QueryCollector softLimit exceeded (#1702)

    The other match() case is:
    $query->connection->prepareBindings($query->bindings)
    
    This method always returns an array.
    
    Before this commit the match() case would return null, which is the wrong data type used downstream.
    This resulted in Exception:
    
    Debugbar exception: foreach() argument must be of type array|object, null given
    johnkary authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    02bdb05 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Test limits (#1703)

    barryvdh authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    42f8d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96f9d90 View commit details
    Browse the repository at this point in the history
  3. Create release-drafter.yml

    barryvdh authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    43ce67b View commit details
    Browse the repository at this point in the history
  4. Create release-drafter.yml

    barryvdh authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f484b8c View commit details
    Browse the repository at this point in the history
Loading