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
tg://
protocol in "url" validation rule (#34464)
- Added
no-reload
option toserve
command (9cc2622)
- Added
perHour()
andperDay()
methods toIlluminate\Cache\RateLimiting\Limit
(#34530)
- Added
X-Message-ID
toMailgun
andSes Transport
(#34567)
Fixed
- Fixed incompatibility with Lumen route function in
Illuminate\Session\Middleware\StartSession
(#34491)
- Fixed translation label ("Pagination Navigation") for the Tailwind blade (#34568)
- Fixed save keys on increment / decrement in Model (77db028)
Changed
- Allow modifiers in date format in Model (#34507)
- Allow for dynamic calls of anonymous component with varied attributes (#34498)
- Cast
Expression
as string so it can be encoded (#34569)
Added
- Added
Illuminate\Collections\LazyCollection::takeUntilTimeout()
(0aabf24)
- Added
--schema-path
option tomigrate:fresh
command (#34419)
Fixed
- Fixed problems with dots in validator (#34355)
- Maintenance mode: Fix empty Retry-After header (#34412)
- Fixed bug with error handling in closure scheduled tasks (#34420)
- Don't double escape on
ComponentTagCompiler.php
(12ba0d9)
- Fixed
mysqldump: unknown variable 'column-statistics=0
for MariaDB schema dump (#34442)
Added
- Added
Illuminate\Foundation\Auth\EmailVerificationRequest
(4bde31b)
- Auto handle
Jsonable
values passed tocastAsJson()
(#34392)
- Added
crossJoinSub()
method to the query builder (#34400)
- Added
Illuminate\Session\Store::passwordConfirmed()
(fb3f45a)
Changed
- Check for view existence first in
Illuminate\Mail\Markdown::render()
(5f78c90)
- Guess the model name when using the
make:factory
command (#34373)
Added
- Added
Illuminate\Foundation\Testing\Concerns\InteractsWithDatabase::castAsJson()
(#34302)
- Handle array hosts in
Illuminate\Database\Schema\MySqlSchemaState
(0920c23)
- Added
Illuminate\Pipeline\Pipeline::setContainer()
(#34343)
- Allow including a closure in a queued batch (#34333)
Fixed
- Fixed broken Seeder (9e4a866)
Changed
- Bumped minimum vlucas/phpdotenv version (#34336)
- Pass an instance of the job to queued closures (#34350)