Laravel Changelog History Search
Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.
Fixed
- Fixed empty html mail (#35941)
Added
- Added default parameter to throw_if / throw_unless (#35890)
- Added validation support for TeamSpeak3 URI scheme (#35933)
Fixed
- Fixed extra space on blade class components that are inline (#35874)
Changed
- Allow a specific seeder to be used in tests in
Illuminate\Foundation\Testing\RefreshDatabase::migrateFreshUsing()
(#35864)
- Pass $key to closure in Collection and LazyCollection's reduce method as well (#35878)
Fixed
- Limit expected bindings (#35865)
Added
- Added
Illuminate\Support\Testing\Fakes\EventFake::assertNothingDispatched()
(#35835)
- Added reduce with keys to collections and lazy collections (#35839)
Fixed
- Fixed error from missing null check on PHP 8 in
Illuminate\Validation\Concerns\ValidatesAttributes::validateJson()
(#35797)
- Fixed
Illuminate\Testing\PendingCommand::expectsTable()
(#35820)
- Fixed
morphTo()
attempting to map an empty string morph type to an instance (#35824)
Changes
- Update
Illuminate\Http\Resources\CollectsResources::collects()
(1fa20dd)
- "null" constraint prevents aliasing SQLite ROWID (#35792)
- Allow strings to be passed to the
report
function (#35803)