v11.2.0
版本发布时间: 2024-04-02 22:03:10
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- [11.x] Fix: update
@param
in some doc block by @saMahmoudzadeh in https://github.com/laravel/framework/pull/50827 - [11.x] Fix: update @return in some doc blocks by @saMahmoudzadeh in https://github.com/laravel/framework/pull/50826
- [11.x] Fix retrieving generated columns on legacy PostgreSQL by @hafezdivandari in https://github.com/laravel/framework/pull/50834
- [11.x] Trim invisible characters by @dasundev in https://github.com/laravel/framework/pull/50832
- [11.x] Add default value for
get
andgetHidden
onContext
by @michaelnabil230 in https://github.com/laravel/framework/pull/50824 - [11.x] Improves
serve
Artisan command by @nunomaduro in https://github.com/laravel/framework/pull/50821 - [11.x] Rehash user passwords when logging in once by @axlon in https://github.com/laravel/framework/pull/50843
- [11.x] Do not wipe database if it does not exists by @driesvints in https://github.com/laravel/framework/pull/50838
- [11.x] Better database creation failure handling by @driesvints in https://github.com/laravel/framework/pull/50836
- [11.x] Use Default Schema Name on SQL Server by @hafezdivandari in https://github.com/laravel/framework/pull/50855
- Correct typing for startedAs and virtualAs database column definitions by @ollieread in https://github.com/laravel/framework/pull/50851
- Allow passing query Expression as column in Many-to-Many relationship by @plumthedev in https://github.com/laravel/framework/pull/50849
- [11.x] Fix
Middleware::trustHosts(subdomains: true)
by @axlon in https://github.com/laravel/framework/pull/50877 - [11.x] Modify doc blocks for getGateArguments by @saMahmoudzadeh in https://github.com/laravel/framework/pull/50874
- [11.x] Add
@throws
to doc block for resolve method by @saMahmoudzadeh in https://github.com/laravel/framework/pull/50873 - [11.x] Str trim methods by @patrickomeara in https://github.com/laravel/framework/pull/50822
- [11.x] Add fluent helper by @PhiloNL in https://github.com/laravel/framework/pull/50848
- [11.x] Add a new helper for context by @michaelnabil230 in https://github.com/laravel/framework/pull/50878
- [11.x]
assertChain
andassertNoChain
on job instance by @gdebrauwer in https://github.com/laravel/framework/pull/50858 - [11.x] Remove redundant
getDefaultNamespace
method in some classes (class, interface and trait commands) by @saMahmoudzadeh in https://github.com/laravel/framework/pull/50880 - [11.x] Remove redundant implementation of ConnectorInterface in MariaDbConnector by @saMahmoudzadeh in https://github.com/laravel/framework/pull/50881
- [11.X] Fix: error when using
orderByRaw
in query before usingcursorPaginate
by @ngunyimacharia in https://github.com/laravel/framework/pull/50887