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
- Allow users to specify configuration keys to be used for primitive binding (#36241)
- ArrayObject + Collection Custom Casts (#36245)
- Add view path method (af3a651)
Changed
- Allow using dot syntax for
$responseKey
(#36196)
- Full trace for http errors (#36219)
Fixed
- Fix undefined property with sole query (#36216)
- Resolving non-instantiables corrupts
Container::$with
(#36212)
- Fix attribute nesting on anonymous components (#36240)
- Ensure
$prefix
is a string (#36254)
- Add missing import (#34569)
- Align PHP 8.1 behavior of
e()
(#36262)
- Ensure null values won't break on PHP 8.1 (#36264)
- Handle directive
$value
as a string (#36260)
- Use explicit flag as default sorting (#36261)
- Fix middleware group display (d9e28dc)
Added
- Conditionally merge classes into a Blade Component attribute bag (#36131)
- Allow adding multiple columns after a column (#36145)
Changed
- Update CallQueuedClosure to catch Throwable/Error (#36159)
- Allow components to use custom attribute bag (#36186)
Fixed
- Set process timeout to null for load mysql schema into database (#36126)
- Don't pluralise string if string ends with none alphanumeric character (#36137)
- Add query log methods to the DB facade (#36177)
- Add commonmark as recommended package for
Illuminate\Support
(#36171)
- Fix Eager loading partially nullable morphTo relations (#36129)
- Make height of image working with yahoo (#36201)
- Make
sole()
relationship friendly (#36200)
- Make layout in mail responsive in Gmail app (#36198)
- Fixes parallel testing when a database is configured using URLs (#36204)
Fixed
- Fixed merge conflict in
src/Illuminate/Foundation/Console/stubs/exception-render-report.stub
(#36123)
Added
- Allow to fillJsonAttribute with encrypted field (#36063)
- Added
Route::missing()
(#36035)
- Added
Illuminate\Support\Str::markdown()
andIlluminate\Support\Stringable::markdown()
(#36071)
- Support retrieving URL for Sftp adapter (#36120)
Fixed
- Fixed issues with dumping PostgreSQL databases that contain multiple schemata (#36046)
- Fixes job batch serialization for PostgreSQL (#36081)
- Fixed
Illuminate\View\ViewException::report()
(#36110)
Changed
- Typecast page number as integer in
Illuminate\Pagination\AbstractPaginator::resolveCurrentPage()
(#36055)
- Changed
Illuminate\Testing\ParallelRunner::createApplication()
(1c11b78)
Added
- Added
Stringable::pipe
& make Stringable tappable (#36017)
- Accept a command in object form in Bus::assertChained (#36031)
- Adds parallel testing (#36034)
- Make Listeners, Mailables, and Notifications accept ShouldBeEncrypted (#36036)
- Support JSON encoding Stringable (#36012)
- Support for escaping bound attributes (#36042)
- Added
Illuminate\Foundation\Application::useLangPath()
(#36044)
Changed
- Pipe through new render and report exception methods (#36032)
Fixed
- Fixed worker --delay option (#35991)
- Added support of PHP 7.3 to RateLimiter middleware(queue) serialization (#35986)
- Fixed
Illuminate\Foundation\Http\Middleware\TransformsRequest::cleanArray()
(#36002)
- ModelNotFoundException: ensure that the model class name is properly set (#36011)
- Fixed bus fake (e720279)