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: v6.5.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: v6.6.0
Choose a head ref

Commits on Nov 19, 2019

  1. [6.x] update changelog

    TBlindaruk committed Nov 19, 2019
    Copy the full SHA
    7ca2925 View commit details

Commits on Nov 20, 2019

  1. [6.x] Composer fix monolog version range (#30635)

    * composer fix monolog version Or
    
    * Update composer.json
    dmitryuk authored and taylorotwell committed Nov 20, 2019
    Copy the full SHA
    0c4624b View commit details
  2. Update __ function doc block (#30633)

    Remove return option that won't get returned
    noahheck authored and taylorotwell committed Nov 20, 2019
    Copy the full SHA
    01869bc View commit details
  3. [6.x] Fix method and remove duplication (#30632)

    * [6.x] Fix method and remove duplication
    
    * Fixed whitespace
    
    * Update FileFactory.php
    shadoWalker89 authored and taylorotwell committed Nov 20, 2019
    Copy the full SHA
    8acfa75 View commit details
  4. [6.x] Improve @method docblocks on facades (#30631)

    * Add autocomplete support for EventFake assertions on the Event facade
    
    * Fix @method docblocks for MailFake on Mail facade
    
    * Fix @method docblocks for NotificationFake on Notification facade
    
    * Add autocomplete support on the Storage facade
    sebdesign authored and taylorotwell committed Nov 20, 2019
    Copy the full SHA
    e334958 View commit details
  5. Copy the full SHA
    b43c435 View commit details
  6. Fix QueueFake docblocks on Queue facade (#30629)

    The `@method` docblocks on the Queue facade introduced in #30300 are a bit different than the method signatures on the QueueFake.
    sebdesign authored and taylorotwell committed Nov 20, 2019
    Copy the full SHA
    c23b0b8 View commit details
  7. Copy the full SHA
    d087936 View commit details

Commits on Nov 21, 2019

  1. Copy the full SHA
    77f57e1 View commit details
  2. Merge pull request #30642 from laravel/revert-30635-6.x-monolog

    Revert "[6.x] Composer fix monolog version range (#30635)"
    driesvints authored Nov 21, 2019
    Copy the full SHA
    d5f72c9 View commit details
  3. Update composer.json

    driesvints authored Nov 21, 2019
    2
    Copy the full SHA
    d30291f View commit details

Commits on Nov 22, 2019

  1. Copy the full SHA
    57306b7 View commit details
  2. Copy the full SHA
    24c73db View commit details
  3. Style CI

    ahinkle committed Nov 22, 2019
    Copy the full SHA
    758f93a View commit details
  4. Style CI

    ahinkle committed Nov 22, 2019
    Copy the full SHA
    0ced00e View commit details
  5. formatting

    taylorotwell committed Nov 22, 2019
    Copy the full SHA
    9beceac View commit details
  6. [6.x] Fix eloquent collection intersect (#30652)

    * fix bug #30626
    
    * Update Collection.php
    BSN4 authored and taylorotwell committed Nov 22, 2019
    Copy the full SHA
    75827f9 View commit details
  7. Update ResponseFactory.php (#30651)

    currently we cannot manipulate the status code if we want to return the first view in a list.
    
    this allows us to pass an array to `response()->view([view], [data], 404, [headers])`
    browner12 authored and taylorotwell committed Nov 22, 2019
    Copy the full SHA
    e0d4aa3 View commit details
  8. Copy the full SHA
    9858507 View commit details
  9. Add Route::fallback() PHPDoc (#30647)

    Dmytro Kardava authored and taylorotwell committed Nov 22, 2019
    Copy the full SHA
    c0eff91 View commit details
  10. [6.x] Added head method to router to allow implicit call via HEAD HTT…

    …P method (#30646)
    
    * Added head method to router to allow implicit call via HEAD HTTP method
    
    * Update Router.php
    samstreet authored and taylorotwell committed Nov 22, 2019
    Copy the full SHA
    5e17914 View commit details
  11. Copy the full SHA
    13e44c8 View commit details
  12. Copy the full SHA
    08f8ef9 View commit details
  13. [6.x] Fix routing bug that causes missing parameters to be ignored (#…

    …30659)
    
    * Fix routing bug that causes missing parameters to be ignored
    
    * Fix style
    GuidoHendriks authored and taylorotwell committed Nov 22, 2019
    1
    Copy the full SHA
    f610830 View commit details
  14. Copy the full SHA
    3e4c2c6 View commit details

Commits on Nov 23, 2019

  1. [6.x] update changelog

    TBlindaruk committed Nov 23, 2019
    Copy the full SHA
    5b22148 View commit details

Commits on Nov 24, 2019

  1. Copy the full SHA
    f2e5e63 View commit details
  2. Format.

    ericdowell committed Nov 24, 2019
    Copy the full SHA
    b28acda View commit details

Commits on Nov 25, 2019

  1. formatting

    taylorotwell committed Nov 25, 2019
    Copy the full SHA
    184a0f4 View commit details
  2. [6.x] Add wherePivotNotIn and orWherePivotNotIn methods (#30671)

    * Add wherePivotNotIn and orWherePivotNotIn
    
    * Add a test for orWherePivotIn
    
    * Fix style
    Ismail E authored and taylorotwell committed Nov 25, 2019
    Copy the full SHA
    c684bb3 View commit details
  3. Update RequirePassword Middleware DocBlock (#30667)

    Add null to param type since it is not required
    amayer5125 authored and taylorotwell committed Nov 25, 2019
    Copy the full SHA
    23ceaf9 View commit details

Commits on Nov 26, 2019

  1. version

    taylorotwell committed Nov 26, 2019
    Copy the full SHA
    b48528b View commit details
Loading