v11.21.0
版本发布时间: 2024-08-20 23:02:13
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- [11.x] Test Improvements by @crynobone in https://github.com/laravel/framework/pull/52402
- [11.x] Fix docblock for the event dispatcher by @seriquynh in https://github.com/laravel/framework/pull/52411
- [11.x] fix: Update text email template by @tranvanhieu01012002 in https://github.com/laravel/framework/pull/52417
- [11.x] Make
expectsChoice
assertion more intuitive with associative arrays. by @jessarcher in https://github.com/laravel/framework/pull/52408 - [11.x] Add
resource()
method to Illuminate\Http\Client\Response by @einar-hansen in https://github.com/laravel/framework/pull/52412 - [10.x] fix: prevent casting empty string to array from triggering json error by @calebdw in https://github.com/laravel/framework/pull/52415
- [11.x] Add ResponseInterface mixin to
Illuminate\Http\Client\Response
by @einar-hansen in https://github.com/laravel/framework/pull/52410 - [11.x] Don't touch BelongsTo relationship when it doesn't exist by @patrickomeara in https://github.com/laravel/framework/pull/52407
- [11.x] Fix
Factory::afterCreating
callable argument type by @villfa in https://github.com/laravel/framework/pull/52424 - [11.x] Auto-secure cookies by @fabricecw in https://github.com/laravel/framework/pull/52422
- fix: add missing phpdoc types for Model::$table and Model::$dateFormat by @taka-oyama in https://github.com/laravel/framework/pull/52425
- [11.x] Add
withoutHeaders
method by @milwad-dev in https://github.com/laravel/framework/pull/52435 - Checking availability before calling Log::flushSharedContext() method by @ajaxray in https://github.com/laravel/framework/pull/52470
- [11.x] MessageBag errors out when custom rules are created and the class is left out of the message array by @DanteB918 in https://github.com/laravel/framework/pull/52451
- Create Notification make command markdown name placeholder from Notif… by @hosseinakbari-liefermia in https://github.com/laravel/framework/pull/52465
- [11.x] Add
forceDestroy
toSoftDeletes
by @jasonmccreary in https://github.com/laravel/framework/pull/52432 - Make SQLiteProcessor cope with '/' in column names by @vroomfondle in https://github.com/laravel/framework/pull/52490
- [11.x] Improve Cookie Testing Coverage by @saMahmoudzadeh in https://github.com/laravel/framework/pull/52472
- [11.x] Fix for #52436 artisan schema:dump infinite recursion by @rust17 in https://github.com/laravel/framework/pull/52492
- Run prepareNestedBatches on append/prependToChain & chain by @SabatinoMasala in https://github.com/laravel/framework/pull/52486
- [11.x] Enhance DB inspection commands by @hafezdivandari in https://github.com/laravel/framework/pull/52501
- [11.x] Constrain key when asserting database has a model by @patrickomeara in https://github.com/laravel/framework/pull/52464
- Add
between
toAssertableJson
by @rudashi in https://github.com/laravel/framework/pull/52479 - [11.x] Eager asset prefetching strategies for Vite by @timacdonald in https://github.com/laravel/framework/pull/52462
- [11.x] Support attributes in
app()->call()
by @innocenzi in https://github.com/laravel/framework/pull/52428 - [11.x] Applying
value
Function into the$default
value oftransform
helper by @devajmeireles in https://github.com/laravel/framework/pull/52510 - [11.x] Enhanced typing for
HigherOrderCollectionProxy
by @Voltra in https://github.com/laravel/framework/pull/52484 - [11.x] Add
expectsSearch()
assertion for testing prompts that usesearch()
andmultisearch()
functions by @JayBizzle in https://github.com/laravel/framework/pull/51669 - [11.x] revert #52510 which added a unneeded function call by @rodrigopedra in https://github.com/laravel/framework/pull/52526