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: laravel/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.34.2
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.35.0
Choose a head ref
  • 20 commits
  • 37 files changed
  • 17 contributors

Commits on Nov 29, 2023

  1. Add trait to (#49172)

    khalilst authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d80af24 View commit details
    Browse the repository at this point in the history
  2. [10.x] Add --generate-secret option to Artisan down command. (#49171

    )
    
    * Add option to Artisan `down` command to generate a secret phrase.
    
    * Revise sentence.
    
    * Use `Str::random()` helper instead.
    
    * Rename `getSecretPhrase()` to `getSecret()`.
    
    * Fix spelling.
    
    * Move import statement.
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    jj15asmr and taylorotwell authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3d2c03d View commit details
    Browse the repository at this point in the history
  3. Apply fixes from StyleCI

    StyleCIBot committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0c574d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. [10.x] Add support for Number::summarize (#49197)

    * Add Number::summarize
    
    * Update comment
    
    * Make units configurable
    
    * Make end unit dynamic
    
    * Remove named arguments to be consistent with other method calls
    
    * CS fix
    
    * Fix tests
    
    * Fix tests
    
    * Fix tests
    
    * formatting
    
    * format
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    jcsoriano and taylorotwell authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5172665 View commit details
    Browse the repository at this point in the history
  2. [10.x]: Add Blade @use directive (#49179)

    * Add Blade @use directive
    
    * Allow for `use` without `as`
    
    * Update CompilesUseStatements.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    simonhamp and taylorotwell authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e4ffa95 View commit details
    Browse the repository at this point in the history
  3. [10.x] Fixes retrying failed jobs causes PHP memory exhaustion errors…

    … when dealing with thousands of failed jobs (#49186)
    
    * [10.x] Fixes retrying failed jobs causes PHP memory exhaustion errors when dealing with thousands of failed jobs
    
    fixes #49185
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * Apply fixes from StyleCI
    
    * formatting
    
    ---------
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    Co-authored-by: StyleCI Bot <bot@styleci.io>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    3 people authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2b9d596 View commit details
    Browse the repository at this point in the history
  4. [10.x] Add "substituteImplicitBindingsUsing" method to router (#49200)

    * Add "substituteImplicitBindingsUsing" method to router
    
    * Remove un-used test method
    
    * formatting
    
    * simplify code
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    calebporzio and taylorotwell authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ccf8beb View commit details
    Browse the repository at this point in the history
  5. Apply fixes from StyleCI

    StyleCIBot committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    378e4b3 View commit details
    Browse the repository at this point in the history
  6. [10.x] Cookies Having Independent Partitioned State (CHIPS) (#48745)

    * [10.x] Cookies Having Independent Partitioned State (CHIPS)
    
    * Clean up cookie duplication
    
    * Bump components symfony/http-foundation version
    fabricecw authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bd30b02 View commit details
    Browse the repository at this point in the history
  7. Update facade docblocks

    taylorotwell authored and github-actions[bot] committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e574ffa View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Update InteractsWithDictionary.php to use base InvalidArgumentExcepti…

    …on (#49209)
    
    use base InvalidArgumentException instead of \Doctrine\Instantiator\Exception\InvalidArgumentException
    Grldk authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8b94c3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a91c3f4 View commit details
    Browse the repository at this point in the history
  3. [10.x] Fix loss of attributes after calling child component (#49216)

    * Store and restore original attributes when rendering component
    
    * Move attribute assertion to mock
    
    This is needed because the original attributes are now restored after
    rendering a component.
    
    * Assert withAttribute params on child component prop
    
    * Fix assertion
    
    * Add assertion to ensure original attributes are restored
    rojtjo authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    37cb345 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. [10.x] Fix typo in PHPDoc comment (#49234)

    Fixes a typo in a helper method comment (`exntension` => `extension`)
    caendesilva authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c59ef1f View commit details
    Browse the repository at this point in the history
  2. [10.x] league/flysystem 3.22.0 now prefer inclusive mime-type inste…

    …ad of `null`. (#49229)
    
    * [10.x] Test Improvements
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * Apply fixes from StyleCI
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    ---------
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    Co-authored-by: StyleCI Bot <bot@styleci.io>
    crynobone and StyleCIBot authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0947618 View commit details
    Browse the repository at this point in the history
  3. Revert "[10.x] league/flysystem 3.22.0 now prefer inclusive mime-ty…

    …pe instead of `null`. (#49229)" (#49235)
    
    This reverts commit 0947618.
    driesvints authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    be526ee View commit details
    Browse the repository at this point in the history
  4. [10.x] Determine if the given view exists. (#49231)

    * add `Schema::hasView()`
    
    * override `Schema::hasTable()` on SQL Server
    
    * add a test
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    hafezdivandari and taylorotwell authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    484e9c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8efb323 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5f00326 View commit details
    Browse the repository at this point in the history
  3. version

    taylorotwell committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    91ec2d9 View commit details
    Browse the repository at this point in the history
Loading