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
assertNotSent()
andassertNothingSent()
methods toIlluminate\Http\Client\Factory
(#32197)
- Added enum support for
renameColumn()
(#32205)
- Support returning an instance of a caster (#32225)
Fixed
- Prevent long URLs from breaking email layouts (#32189)
- Fixed camel casing relationship (#32217)
- Fixed merging boolean or null attributes in Blade components (#32245)
- Fixed Console expectation assertion order (#32258)
- Fixed
route
helper with custom binding key (#32264)
- Fixed double slashes matching in UriValidator (fix inconsistencies between cached and none cached routes) (#32260)
- Fixed setting mail header (#32272)
Optimization
- Optimize
Container::resolve()
method (#32194)
- Optimize performance for
data_get()
method (#32192)
- Optimize
Str::startsWith()
(#32243)
Added
- Implement
HigherOrderWhenProxy
for Collections (#32148)
- Added
Illuminate\Testing\PendingCommand::expectsChoice()
(#32139)
- Added support for default values for the "props" blade tag (#32177)
- Added the ability to remove orders from the query builder (#32186)
Fixed
- Added missing return in the
PendingMailFake::sendNow()
andPendingMailFake::send()
(#32093)
- Fixed custom Model attributes casts (#32118)
- Fixed component class view reference (#32132)
Changed
- Remove Swift Mailer bindings (#32165)
- Publish console stub when running
stub:publish
command (#32096)
- Publish rule stub when running
make:rule
command (#32097)
- Adding the middleware.stub to the files that will be published when running php artisan
stub:publish
(#32099)
- Adding the factory.stub to the files that will be published when running php artisan
stub:publish
(#32100)
- Adding the seeder.stub to the files that will be published when running php artisan
stub:publish
(#32122)