v11.19.0
版本发布时间: 2024-07-30 23:23:52
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- fix @return typehint in Illuminate\Contracts\Process\InvokedProcess::wait method by @mdmahbubhelal in https://github.com/laravel/framework/pull/52304
- [11.x] Add php doc for ServiceProvider bindings and singletons properties by @Anton5360 in https://github.com/laravel/framework/pull/52298
- [10.x] backport #52188 by @calebdw in https://github.com/laravel/framework/pull/52293
- Update docblock to accept an Expression for whereLike methods by @patrickomeara in https://github.com/laravel/framework/pull/52299
- [11.x] Fix Bcrypt/Argon/Argon2I Hashers not checking database field for nullish value before checking hash compatibility by @localpath in https://github.com/laravel/framework/pull/52297
- [11.x] Method to trim '0' digits after decimal point of a given number by @gdebrauwer in https://github.com/laravel/framework/pull/52284
- [11.x] Add
whereNone
method to the query builder by @einar-hansen in https://github.com/laravel/framework/pull/52260 - [11.x] Fix flat array parameter for relation upsert by @iamgergo in https://github.com/laravel/framework/pull/52289
- [11.x]
assertSeeHtml
,assertDontSeeHtml
andassertSeeHtmlInOrder
testing methods by @gdebrauwer in https://github.com/laravel/framework/pull/52285 - [11.x] Fully qualify morph columns when using WHERE clauses by @maartenpaauw in https://github.com/laravel/framework/pull/52227
- [10.x] Fix runPaginationCountQuery not working properly for union queries by @chinleung in https://github.com/laravel/framework/pull/52314
- [11.x] Add
assertExactJsonStructure
method by @gdebrauwer in https://github.com/laravel/framework/pull/52311 - [11.x] Add
withoutHeader()
test method by @gdebrauwer in https://github.com/laravel/framework/pull/52309 - [11.x] Widen typehints in base service provider by @devfrey in https://github.com/laravel/framework/pull/52308
- [11.X] "Model::preventAccessingMissingAttributes()" Causes Exception During Pagination with ResourceCollection by @Katalam in https://github.com/laravel/framework/pull/52305
- [11.x] Fixes through() relationship by @leobeal in https://github.com/laravel/framework/pull/52318
- [11.x] Add new
success
Method to the Docblock ofIlluminate\Console\View\Components\Factory
by @devajmeireles in https://github.com/laravel/framework/pull/52310 - [11.x] Fix tests in wrong file by @christophrumpel in https://github.com/laravel/framework/pull/52329