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