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
- Implemented
Job Based Retry Delay(#28265)
Changed
- Update auth stubs with
[@error](https://github.com/error`) blade directive (#28273)
- Convert email data tables to layout tables (#28286)
Reverted
- Partial reverted ability of register custom Doctrine DBAL, since of #28282 issue (#28301)
Refactoring
Added
- Added
[@error](https://github.com/error`) blade directive (#28062)
Fixed
Reverted
- Reverted of
possibility for use in / not in operators in the query buildersince of issue withwherePivot()method (04a547ee)
Added
- Added
Illuminate\Support\Collection::duplicates()(#28181)
- Added
Illuminate\Database\Eloquent\Collection::duplicates()(#28194)
- Added
Illuminate\View\FileViewFinder::getViews()(#28198)
- Added helper methods
onSuccess()\onFailure()\pingOnSuccess()\pingOnFailure()\emailOnFailure()toIlluminate\Console\Scheduling\Event(#28167)
- Added
SETdatatype on MySQL Grammar (#28171)
- Added possibility for use
in/not inoperators in the query builder (#28192)
Fixed
- Fixed memory leak in JOIN queries (#28220)
- Fixed circular dependency in
Support\Testing\Fakes\QueueFakefor undefined methods (#28164)
- Fixed exception in
lt\lte\gt\gtevalidations with different types (#28174)
- Fixed
string quotingforSQL Server(#28176)
- Fixed
whereDayandwhereMonthwhen passingintvalues (#28185)
Changed
- Added
autocompleteattributes to the html stubs (#28226)
- Updated
Illuminate\Database\Console\Factories\FactoryMakeCommandto generate more IDE friendly code (#28188)
- Added missing
LockProviderinterface onDynamoDbStore(#28203)
- Change session's user_id to unsigned big integer in the stub (#28206)
Added
- Allowed to call
macrosdirectly onIlluminate\Support\Facades\Date(#28129)
- Allowed
lockto be configured inlocal filesystems(#28124)
- Added tracking of the exit code in scheduled event commands (#28140)
Fixed
- Fixed of escaping single quotes in json paths in
Illuminate\Database\Query\Grammars\Grammar(#28160)
- Fixed event discovery with different Application Namespace (#28145)
Changed
- Added
realpathtoapp_pathduring string replacement inIlluminate\Foundation\Console\Kernel::load()(82ded9a)