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
MorphTo
withwithDefault()
(#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
ENV
to control paths ofcache files
forservices
,packages
androutes
(#27389)
Fixed
- Fixed
BelongsToMany
pivot relationship child with loaded relations wakeup (#27358)
- Fixed wrong class being used when eager loading nullable
MorphTo
withwithDefault()
(#27411)
Changed
- Removed
php_network_getaddresses: getaddrinfo failed: Name or service not known
inDetectsLostConnections
trait (#27418)
Added
- Added
AbstractPaginator::getOptions()
method (#27273)
- Added
Communication link failure
toDetectsLostConnections
trait (#27307)
- Added config for using
WhatFailureGroupHandler
whenStackDriver
created for Logger (#27308 ,6a92651)
Fixed
- Fixed
QueueableCollection
serialization of Eloquent Models when usingBinary IDs
(#27271)
- Replaced
newModelQuery()
withnewQueryWithoutRelationships()
forUPDATE
/DELETE
queries (#27277)
Changed
- Apply parameters to entire localization array (#27254)
- "Go Home" link will redirect to the
home
route 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
config
to resolve the database value during tests. (#27240)