v11.29.0
- [10.x] Ensure headers are only attached to illuminate responses by @timacdonald in #53019
- [11.x] Component name guessing with prefix by @royduin in #53183
- [11.x] Allow list of rate limiters without requiring unique keys by @timacdonald in #53177
- Add directive @Bool to Blade by @david-valdivia in #53179
- [11.x] Fixes handling
Js::from(collect());
by @crynobone in #53206 - [11.x] fix PHPDoc for \Illuminate\Redis\Connections\Connection::$events by @taka-oyama in #53211
- [11.x] fix PHPDoc for \Illuminate\Database\Connection by @taka-oyama in #53212
- [11.x] Include class-string generics for Validator::$exception by @cosmastech in #53210
- [11.x] Remove a few useless return void statements. by @lucasmichot in #53225
- [11.x] Fixes phpdoc type of Number::forHumans() by @toarupg0318 in #53218
- [11.x] Fix handling exceptions thrown in eval()'d code by @jlabedo in #53204
- [11.x] Allow using
castAsJson()
on non default db connection during test by @crynobone in #53256 - Improve query builder tests by @timacdonald in #53251
- [11.x] Fix incorrect bindings in DB::update when using a collection as a value by @crynobone in #53254
- fix: EloquentCollection find and unique generics by @calebdw in #53239
- [11.x] Add getConnection() Method to Factory Class for Retrieving Database Connection by @jonathanpmartins in #53237
- [11.x] Add
waitUntil
method toProcess
by @xurshudyan in #53236 - Allow Vite entry points to be merged by @jackwh in #53233
- [11.x] Add helper method to determine stray request prevention state by @xurshudyan in #53232
- [11.x] Fix typo
$previousLCurrency
to$previousCurrency
for clarity and consistency by @mdariftiens in #53261