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 possibility to assert that the session contains a given piece of data using a closure in
TestResponse::assertSessionHas()
(#28837)
- Added
TestResponse::assertUnauthorized()
(#28851)
- Allowed console environment argument to be separated with a space (#28869)
- Added
[@endcomponentFirst
](https://github.com/endcomponentFirst`) directive (#28884)
- Added optional parameter
$when
toretry
helper (85c0801)
Fixed
- Fixed
Builder::dump()
andBuilder::dd()
with global scopes (#28858)
Reverted
Changed
- Handle
SuspiciousOperationException
in router asNotFoundHttpException
(#28866)
Added
- Added
[@componentFirst
](https://github.com/componentFirst`) directive (#28783)
- Added
Related
andRecommended
to Pluralizer (#28749)
- Added
Str::containsAll()
method (#28806)
- Added message value assertion to
TestResponse::assertJsonValidationErrors()
(#28787)
- Added: Automatically bind the viewAny method to the index controller action (#28820)
Fixed
- Fixed database rules with where clauses (#28748)
- Fixed: MorphTo Relation ignores parent $timestamp when touching (#28670)
- Fixed
Model::getConnectionName()
whenModel::cursor()
used (#28804)
Changed
- Made
force
an optional feature when usingConfirmableTrait
. (#28742)
- Suggest resolution when no relationship value is returned in the
Model::getRelationshipFromMethod()
(#28762)
Fixed
- Fixed redis cluster connection parsing (2bcb405)