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
multiple_of
custom replacer in validator (#34858)
- Preserve eloquent collection type after calling ->fresh() (#34848)
Fixed
- Fixed
fresh()
andrefresh()
on pivots and morph pivots (#34836)
- Fixed config
batching
typo (#34852)
- Fixed
Illuminate\Queue\Console\RetryBatchCommand
for un-found batch id (#34878)
Changed
- Change
loadRoutesFrom()
to accept group $attributes (#34866)
Added
- Support psql and pg_restore commands in schema load (#34711)
- Added
Illuminate\Database\Schema\Builder::dropColumns()
method on the schema class (#34720)
- Added
yearlyOn()
method to scheduler (#34728)
- Added
restrictOnDelete()
method to ForeignKeyDefinition class (#34752)
- Added
newLine()
method toInteractsWithIO
trait (#34754)
- Added
isNotEmpty()
method to HtmlString (#34774)
- Added
delay()
to PendingChain (#34789)
- Added "multiple_of" validation rule (#34788)
- Added custom methods proxy support for jobs
dispatch()
(#34781)
- Added
QueryBuilder::clone()
(#34780)
- Support bus chain on fake (a952ac24)
- Added missing force flag to
queue:clear
command (#34809)
- Added
dropConstrainedForeignId()
to `Blueprint (#34806)
- Implement
supportsTags()
on the Cache Repository (#34820)
- Added
canAny
to user model (#34815)
- Added
when()
andunless()
methods to MailMessage (#34814)
Fixed
- Fixed collection wrapping in
BelongsToManyRelationship
(9245807)
- Fixed
LengthAwarePaginator
translations issue (#34714)
Changed
- Guard against invalid guard in
make:policy
(#34792)
- Fixed router inconsistency for namespaced route groups (#34793)
Added
- Added support
times()
withraw()
fromIlluminate\Database\Eloquent\Factories\Factory
(#34667)
- Added
Illuminate\Pagination\AbstractPaginator::through()
(#34657)
- Added
extendsFirst()
method similar toincludesFirst()
to view (#34648)
- Allowed
Illuminate\Http\Client\PendingRequest::attach()
method to accept many files (#34697, 1bb7ad6)
- Allowed serializing custom casts when converting a model to an array (#34702)
Fixed
- Added missed RESET_THROTTLED constant to Password Facade (#34641)
- Fixed queue clearing when blocking (#34659)
- Fixed missing import in TestView.php (#34677)
- Use
getRealPath
to ensure console command class names are generated correctly inIlluminate\Foundation\Console\Kernel
(#34653)
- Added
pg_dump --no-owner
and--no-acl
to avoid owner/permission issues inIlluminate\Database\Schema\PostgresSchemaState::baseDumpCommand()
(#34689)
- Fixed
queue:failed
command when Class not exists (#34696)
Performance
- Increase performance of
Str::before()
by over 60% (#34642)
Added
- Proxy URL Generation in
VerifyEmail
(#34572)
- Added
Illuminate\Collections\Traits\EnumeratesValues::pipeInto()
(#34600)
- Added
Illuminate\Http\Client\PendingRequest::withUserAgent()
(#34611)
- Added
schedule:work
command (#34618)
Fixed
- Fixed
Illuminate\Http\Client\Response::throw()
(#34597)
- Fixed breaking change in migrate command (b2a3641)
Changed
- Changing the dump and restore method for a PostgreSQL database (#34293)
Fixed
- Remove type hints (1b3f62a)