-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Comparing changes
Open a pull request
base repository: laravel/framework
base: v8.1.0
head repository: laravel/framework
compare: v8.2.0
- 16 commits
- 15 files changed
- 10 contributors
Commits on Sep 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e8977ad - Browse repository at this point
Copy the full SHA e8977adView commit details
Commits on Sep 10, 2020
-
Merge pull request #34252 from open-source-contributions/improve_auth…
…_test_assert Improve assertions for classes on Auth folder
Configuration menu - View commit details
-
Copy full SHA for 6af0565 - Browse repository at this point
Copy the full SHA 6af0565View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4068b48 - Browse repository at this point
Copy the full SHA 4068b48View commit details
Commits on Sep 11, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3af5110 - Browse repository at this point
Copy the full SHA 3af5110View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 75b796d - Browse repository at this point
Copy the full SHA 75b796dView commit details
Commits on Sep 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e9d9b93 - Browse repository at this point
Copy the full SHA e9d9b93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a95372 - Browse repository at this point
Copy the full SHA 4a95372View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2cea84 - Browse repository at this point
Copy the full SHA a2cea84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93f4613 - Browse repository at this point
Copy the full SHA 93f4613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b83b3c - Browse repository at this point
Copy the full SHA 1b83b3cView commit details
Commits on Sep 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 96ee350 - Browse repository at this point
Copy the full SHA 96ee350View commit details -
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 authoredSep 14, 2020 Configuration menu - View commit details
-
Copy full SHA for efcb7e9 - Browse repository at this point
Copy the full SHA efcb7e9View commit details -
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)'), [ ```
Configuration menu - View commit details
-
Copy full SHA for f2c0d27 - Browse repository at this point
Copy the full SHA f2c0d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf43602 - Browse repository at this point
Copy the full SHA bf43602View commit details -
Configuration menu - View commit details
-
Copy full SHA for f88e923 - Browse repository at this point
Copy the full SHA f88e923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 846d4da - Browse repository at this point
Copy the full SHA 846d4daView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.1.0...v8.2.0