v10.31.0
版本发布时间: 2023-11-07 22:23:51
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- [10.x] Allow
Sleep::until()
to be passed a timestamp as a string by @jameshulse in https://github.com/laravel/framework/pull/48883 - [10.x] Fix whereHasMorph() with nullable morphs by @MarkKremer in https://github.com/laravel/framework/pull/48903
- [10.x] Handle
class_parents
returning false inclass_uses_recursive
by @RoflCopter24 in https://github.com/laravel/framework/pull/48902 - [10.x] Enable default retrieval of all fragments in
fragments()
andfragmentsIf()
methods by @tabuna in https://github.com/laravel/framework/pull/48894 - [10.x] Allow placing a batch on a chain by @khepin in https://github.com/laravel/framework/pull/48633
- [10.x] Dispatch 'connection failed' event in async http client request by @gdebrauwer in https://github.com/laravel/framework/pull/48900
- authenticate method refactored to use null coalescing operator by @miladev95 in https://github.com/laravel/framework/pull/48917
- [10.x] Add support for Sec-Purpose header by @nanos in https://github.com/laravel/framework/pull/48925
- [10.x] Allow setting retain_visibility config option on Flysystem filesystems by @jnoordsij in https://github.com/laravel/framework/pull/48935
- [10.x] Escape forward slashes when exploding wildcard rules by @matt-farrugia in https://github.com/laravel/framework/pull/48936