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.
Added
- Added
Illuminate\Pipeline\Pipeline::thenReturn()(#27429)
- Added
Illuminate\Cache\TaggedCache::getTags()(#27445)
- Added
Illuminate\Http\ResponseTrait::getCallback()(#27464)
- Added license file to each component (9e57e8b)
Reverted
- Revert of "Fixed wrong class being used when eager loading nullable
MorphTowithwithDefault()(#27411)"(9bbf644)
Changed
- Improved error message in
Illuminate\Foundation\Testing\TestResponse::assertJsonValidationErrors()(#27495, 98010da)
Illuminate\Support\Testing\Fakes\EventFake::dispatch()will return response (#27430)
Added
- Allowed specifying custom translation for date relative messages (#27341)
- Allowed
ENVto control paths ofcache filesforservices,packagesandroutes(#27389)
Fixed
- Fixed
BelongsToManypivot relationship child with loaded relations wakeup (#27358)
- Fixed wrong class being used when eager loading nullable
MorphTowithwithDefault()(#27411)
Changed
- Removed
php_network_getaddresses: getaddrinfo failed: Name or service not knowninDetectsLostConnectionstrait (#27418)
Added
- Added
AbstractPaginator::getOptions()method (#27273)
- Added
Communication link failuretoDetectsLostConnectionstrait (#27307)
- Added config for using
WhatFailureGroupHandlerwhenStackDrivercreated for Logger (#27308 ,6a92651)
Fixed
- Fixed
QueueableCollectionserialization of Eloquent Models when usingBinary IDs(#27271)
- Replaced
newModelQuery()withnewQueryWithoutRelationships()forUPDATE/DELETEqueries (#27277)
Changed
- Apply parameters to entire localization array (#27254)
- "Go Home" link will redirect to the
homeroute on exception page (#27343)
Fixed
- Fixed
TestResponse::assertJsonValidationErrors()when there are no errors (#27190)
Changed
- Allowed
TestResponse::assertJsonMissingValidationErrors()to be called without an argument (#27176)
- Updated vue preset's vue-stubs for laravel-mix 4 compatibility (#27229)
- Updated preset to use
[@babel/preset-react](https://github.com/babel/preset-react`) (#27235)
- Used
configto resolve the database value during tests. (#27240)