v11.4.0
版本发布时间: 2024-04-16 22:41:38
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- [11.x] Apc Cache - Remove long-time gone apc_* functions by @serpentblade in https://github.com/laravel/framework/pull/51010
- [11.x] Allowing Usage of Livewire Wire Boolean Style Directives by @devajmeireles in https://github.com/laravel/framework/pull/51007
- [11.x] Introduces
Exceptions
facade by @nunomaduro in https://github.com/laravel/framework/pull/50704 - [11.x]
afterQuery
hook by @gdebrauwer in https://github.com/laravel/framework/pull/50587 - Fix computed columns mapping to wrong tables by @maddhatter in https://github.com/laravel/framework/pull/51009
- [11.x] improvement test for string title by @saMahmoudzadeh in https://github.com/laravel/framework/pull/51015
- [11.x] Fix failing
afterQuery
method tests when using sql server by @gdebrauwer in https://github.com/laravel/framework/pull/51016 - [11.x] Fix: Apply database connection before checking if the repository exist by @sjspereira in https://github.com/laravel/framework/pull/51021
- [10.x] Fix error when using
orderByRaw()
in query before usingcursorPaginate()
by @axlon in https://github.com/laravel/framework/pull/51023 - [11.x] Add RequiredIfDeclined validation rule by @timmydhooghe in https://github.com/laravel/framework/pull/51030
- [11.x] Adds support for enums on
mapInto
collection method by @lukeraymonddowning in https://github.com/laravel/framework/pull/51027 - [11.x] Fix prompt fallback return value when using numeric keys by @jessarcher in https://github.com/laravel/framework/pull/50995
- [11.x] Adds support for
int
backed enums to implicitEnum
route binding by @monurakkaya in https://github.com/laravel/framework/pull/51029 - [11.x] Configuration to disable events on Cache Repository by @serpentblade in https://github.com/laravel/framework/pull/51032
- Revert "[11.x] Name of job set by displayName() must be honoured by S… by @RobertBoes in https://github.com/laravel/framework/pull/51034
- chore: fix some typos in comments by @laterlaugh in https://github.com/laravel/framework/pull/51037
- Name of job set by displayName() must be honoured by Schedule by @SCIF in https://github.com/laravel/framework/pull/51038
- Fix more typos by @szepeviktor in https://github.com/laravel/framework/pull/51039
- [11.x] Fix some doc blocks by @saMahmoudzadeh in https://github.com/laravel/framework/pull/51043
- [11.x] Add @throws ConnectionException tag on Http methods for IDE support by @masoudtajer in https://github.com/laravel/framework/pull/51066
- [11.x] Add Prompts
textarea
fallback for tests and add assertion tests by @lioneaglesolutions in https://github.com/laravel/framework/pull/51055 - Validate MAC per key by @timacdonald in https://github.com/laravel/framework/pull/51063
- [11.x] Add
throttle
method toLazyCollection
by @JosephSilber in https://github.com/laravel/framework/pull/51060 - [11.x] Pass decay seconds or minutes like hour and day by @jimmypuckett in https://github.com/laravel/framework/pull/51054
- [11.x] Consider after_commit config in SyncQueue by @hansnn in https://github.com/laravel/framework/pull/51071
- [10.x] Database layer fixes by @saadsidqui in https://github.com/laravel/framework/pull/49787
- [11.x] Fix context helper always requiring
$key
value by @nikspyratos in https://github.com/laravel/framework/pull/51080 - [11.x] Fix
expectsChoice
assertion with optionalmultiselect
prompts. by @jessarcher in https://github.com/laravel/framework/pull/51078