v10.34.0
版本发布时间: 2023-11-28 23:15:39
laravel/framework最新发布版本:v11.22.0(2024-09-03 23:28:13)
- [10.x] Fix
hex_color
validation rule by @apih in https://github.com/laravel/framework/pull/49070 - [10.x] Prevent passing null to base64_decode in Encrypter by @robtesch in https://github.com/laravel/framework/pull/49071
- [10.x] Alias Number class by @ziadoz in https://github.com/laravel/framework/pull/49073
- [10.x] Added File Validation
extensions
by @eusonlito in https://github.com/laravel/framework/pull/49082 - [10.x] Add @throws in doc-blocks by @imanghafoori1 in https://github.com/laravel/framework/pull/49091
- [10.x] Update docblocks for consistency by @dwightwatson in https://github.com/laravel/framework/pull/49092
- [10.x] Throw exception when trying to initiate
Collection
usingWeakMap
by @crynobone in https://github.com/laravel/framework/pull/49095 - [10.x] Only stage committed transactions by @hansnn in https://github.com/laravel/framework/pull/49093
- Better transaction manager object design by @taylorotwell in https://github.com/laravel/framework/pull/49103
- [10.x] use php 8.3
mb_str_pad()
forStr::pad*
by @amacado in https://github.com/laravel/framework/pull/49108 - [10.x] Add Conditionable to TestResponse by @nshiro in https://github.com/laravel/framework/pull/49112
- [10.x] Allow multiple types in Collection's
ensure
method by @ash-jc-allen in https://github.com/laravel/framework/pull/49127 - [10.x] Fix middleware "SetCacheHeaders" with download responses by @clementbirkle in https://github.com/laravel/framework/pull/49138
- [10.x][Cache] Fix handling of
false
values in apc by @simivar in https://github.com/laravel/framework/pull/49145 - [10.x] Reset numeric rules after each attribute's validation by @apih in https://github.com/laravel/framework/pull/49142
- [10.x] Extract dirty getter for
performUpdate
by @taka-oyama in https://github.com/laravel/framework/pull/49141 - [10.x]
ensure
: Resolve$itemType
outside the closure by @lucasmichot in https://github.com/laravel/framework/pull/49137 - Allow "missing" method to be used on route groups by @redelschaap in https://github.com/laravel/framework/pull/49144
- [10.x] Get tables and views info by @hafezdivandari in https://github.com/laravel/framework/pull/49020
- [10.x] Fix
MorphTo::associate()
PHPDoc parameter by @devfrey in https://github.com/laravel/framework/pull/49162 - [10.x] Make test error messages more multi-byte readable by @nshiro in https://github.com/laravel/framework/pull/49160
- [10.x] Generate a unique hash for anonymous components by @billyonecan in https://github.com/laravel/framework/pull/49156
- [10.x] Improves output when using
php artisan about --json
by @crynobone in https://github.com/laravel/framework/pull/49154 - [10.x] Make fake instance inherit from
Vite
when usingwithoutVite()
by @orkhanahmadov in https://github.com/laravel/framework/pull/49150