v11.30.0
版本发布时间: 2024-10-30 23:01:55
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- Add
$bind
parameter toBlade::directive
by @hossein-zare in https://github.com/laravel/framework/pull/53279 - [11.x] Fix
trans_choice()
when translation replacement include|
separator by @crynobone in https://github.com/laravel/framework/pull/53331 - [11.x] Allow the authorize method to accept Backed Enums directly by @johanvanhelden in https://github.com/laravel/framework/pull/53330
- [11.x] use
exists()
instead ofcount()
by @browner12 in https://github.com/laravel/framework/pull/53328 - [11.x] Docblock Improvements by @mtlukaszczyk in https://github.com/laravel/framework/pull/53325
- Allow for custom Postgres operators to be added by @boris-glumpler in https://github.com/laravel/framework/pull/53324
- [11.x] Support Optional Dimensions for
vector
Column Type by @akr4m in https://github.com/laravel/framework/pull/53316 - [11.x] Test Improvements by @saMahmoudzadeh in https://github.com/laravel/framework/pull/53306
- [11.x] Added
dropColumnsIfExists
,dropColumnIfExists
anddropForeignIfExists
by @eusonlito in https://github.com/laravel/framework/pull/53305 - [11.x] Provide an error message for PostTooLargeException by @patrickomeara in https://github.com/laravel/framework/pull/53301
- [11.x] Fix integrity constraint violation on failed_jobs_uuid_unique by @bytestream in https://github.com/laravel/framework/pull/53264
- Revert "[11.x] Added
dropColumnsIfExists
,dropColumnIfExists
anddropForeignIfExists
" by @taylorotwell in https://github.com/laravel/framework/pull/53338 - [11.x] Introduce
HasUniqueStringIds
by @cosmastech in https://github.com/laravel/framework/pull/53280 - [11.x] Refactor: check for contextual attribute before getting parameter class name by @korkoshko in https://github.com/laravel/framework/pull/53339
- [11.x] Pick up existing views and markdowns when creating mails by @kevinb1989 in https://github.com/laravel/framework/pull/53308
- [11.x] Add withoutDefer and withDefer testing helpers by @timacdonald in https://github.com/laravel/framework/pull/53340