v10.33.0
版本发布时间: 2023-11-21 22:56:52
laravel/framework最新发布版本:v10.48.24(2024-11-20 23:58:25)
- [10.x] Fix wrong parameter passing and add these rules to dependent rules by @kayw-geek in https://github.com/laravel/framework/pull/49008
- [10.x] Make Validator::getValue() public by @shinsenter in https://github.com/laravel/framework/pull/49007
- [10.x] Custom messages for
Password
validation rule by @rcknr in https://github.com/laravel/framework/pull/48928 - [10.x] Round milliseconds in database seeder console output runtime by @SjorsO in https://github.com/laravel/framework/pull/49014
- [10.x] Add a
Number
utility class by @caendesilva in https://github.com/laravel/framework/pull/48845 - [10.x] Fix the replace() method in DefaultService class by @jonagoldman in https://github.com/laravel/framework/pull/49022
- [10.x] Pass the property $validator as a parameter to the $callback Closure by @shinsenter in https://github.com/laravel/framework/pull/49015
- [10.x] Fix Cache DatabaseStore::add() error occur on Postgres within transaction by @xdevor in https://github.com/laravel/framework/pull/49025
- [10.x] Support asserting against chained batches by @taylorotwell in https://github.com/laravel/framework/pull/49003
- [10.x] Prevent DB
Cache::get()
occur race condition by @xdevor in https://github.com/laravel/framework/pull/49031 - [10.x] Fix notifications being counted as sent without a "shouldSend" method by @joelwmale in https://github.com/laravel/framework/pull/49030
- [10.x] Fix tests failure on Windows by @hafezdivandari in https://github.com/laravel/framework/pull/49037
- [10.x] Add unless conditional on validation rules by @michaelnabil230 in https://github.com/laravel/framework/pull/49048
- [10.x] Handle string based payloads that are not JSON or form data when creating PSR request instances by @timacdonald in https://github.com/laravel/framework/pull/49047
- [10.x] Fix directory separator CMD display on windows by @imanghafoori1 in https://github.com/laravel/framework/pull/49045
- [10.x] Fix mapSpread doc by @timacdonald in https://github.com/laravel/framework/pull/48941
- [10.x] Tiny
Support\Collection
test fix - Unused data provider parameter by @stevebauman in https://github.com/laravel/framework/pull/49053 - [10.x] Feat: Add color_hex validation rule by @nikopeikrishvili in https://github.com/laravel/framework/pull/49056
- [10.x] Handle missing translation strings using callback by @DeanWunder in https://github.com/laravel/framework/pull/49040
- [10.x] Add Str::transliterate to Stringable by @dwightwatson in https://github.com/laravel/framework/pull/49065
- Add Alpha Channel support to Hex validation rule by @ahinkle in https://github.com/laravel/framework/pull/49069