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/Foundation/Application::hasDebugModeEnabled()
(#39755)
- Added
Illuminate/Support/Facades/Event::fakeExcept()
andIlluminate/Support/Facades/Event::fakeExceptFor()
(#39752)
- Added aggregate method to Eloquent passthru (#39772)
- Added
undot()
method to Arr helpers and Collections (#39729)
- Added
reverse
method toStr
(#39816)
- Added possibility to customize type column in database notifications using databaseType method (#39811)
- Added Fulltext Index (#39821)
Fixed
- Fixed bus service provider when loaded outside of the framework (#39740)
- Fixes logging deprecations when null driver do not exist (#39809)
Changed
- Validate connection name before resolve queue connection (#39751)
- Bump Symfony to 5.4 (#39827)
- Optimize the execution time of the unique method (#39822)
Revert
Added
- Added .phar to blocked PHP extensions in validator (#39666)
- Allow a Closure to be passed as a ttl in Cache remember() method (#39678)
- Added Prohibits validation rule to dependentRules property (#39677)
- Implement lazyById in descending order (#39646)
Fixed
- Fixed
Illuminate/Auth/Notifications/ResetPassword::toMail()
(969f101)
- Fixed assertSoftDeleted & assertNotSoftDeleted (#39673)
Added
- Added extra method in PasswortReset for reset URL to match the structure of VerifyEmail (#39652)
- Added support for countables to the
Illuminate/Support/Pluralizer::plural()
(#39641)
- Allow users to specify options for migrate:fresh for DatabaseMigration trait (#39637)
Fixed
- Casts $value to the int only when not null in
Illuminate/Database/Query/Builder::limit()
(#39644)
Changed
- Use parents to resolve middleware priority in
SortedMiddleware
(#39647)