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