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: v8.1.0
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.2.0
Choose a head ref
  • 16 commits
  • 15 files changed
  • 10 contributors

Commits on Sep 5, 2020

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    e8977ad View commit details

Commits on Sep 10, 2020

  1. Merge pull request #34252 from open-source-contributions/improve_auth…

    …_test_assert
    
    Improve assertions for classes on Auth folder
    driesvints authored Sep 10, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6af0565 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4068b48 View commit details

Commits on Sep 11, 2020

  1. create Faker when a Factory is created (#34298)

    when we create a new Factory object, let's resolve the Faker instance and assign it to the local `$faker` property.
    
    this allows us to access it everywhere in the Factory, including states, without the need for a closure.
    browner12 authored Sep 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3af5110 View commit details
  2. Added light mode meta tags tot layout.blade.php (#34297)

    added both color-scheme and support-color-schemes meta tags with both only light as the default option.
    gldrenthe89 authored Sep 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    75b796d View commit details

Commits on Sep 12, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e9d9b93 View commit details
  2. add new factory method

    taylorotwell committed Sep 12, 2020
    Copy the full SHA
    4a95372 View commit details
  3. protect method

    taylorotwell committed Sep 12, 2020
    Copy the full SHA
    a2cea84 View commit details
  4. Copy the full SHA
    93f4613 View commit details
  5. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1b83b3c View commit details

Commits on Sep 14, 2020

  1. fix (#34327)

    crnkovic authored Sep 14, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    96ee350 View commit details
  2. Return response from named limiter (#34325)

    If a named limiter returns a Response object, the `handleRequestUsingNamedLimiter` tried to return the unset variable `$limit`.
    
    Instead, it should return the actual response created by the named limiter.
    Marton Farago authored Sep 14, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    efcb7e9 View commit details
  3. Fix ImplicitToStringCast error (#34324)

    Argument 1 of `Illuminate\Database\Eloquent\Builder::whereBetween` expects `string`, `Illuminate\Database\Query\Expression` provided with a `__toString` method (see https://psalm.dev/060)
    example:
    ```
                    $query->whereBetween(DB::raw('CAST(`tasks`.`created_at` AS DATE)'), [
    ```
    daryledesilva authored Sep 14, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f2c0d27 View commit details
  4. wip (#34329)

    crnkovic authored Sep 14, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bf43602 View commit details
  5. Copy the full SHA
    f88e923 View commit details
  6. version

    taylorotwell committed Sep 14, 2020
    Copy the full SHA
    846d4da View commit details
Loading