Laravel Changelog History Search
Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.
v10.33.0 - 2023-11-21
- [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] 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] 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)
v10.32.1 - 2023-11-14
- [10.x] Add
[@pushElseIf](https://github.com/pushElseIf)
and[@pushElse](https://github.com/pushElse)
by @jasonmccreary in (#48990)
v10.32.0 - 2023-11-14
- Update PendingRequest.php by @mattkingshott in (#48939)
- [10.x] Change array_key_exists with null coalescing assignment operator in FilesystemAdapter by @miladev95 in (#48943)
- [10.x] Use container to resolve email validator class by @orkhanahmadov in (#48942)
- [10.x] Added
getGlobalMiddleware
method to HTTP Client Factory by @pascalbaljet in (#48950)
- [10.x] Detect MySQL read-only mode error as a lost connection by @cosmastech in (#48937)
- [10.x] Adds more implicit validation rules for
present
based on other fields by @diamondobama in (#48908)
- [10.x] Refactor set_error_handler callback to use arrow function in
InteractsWithDeprecationHandling
by @miladev95 in (#48954)
- [10.x] Test Improvements by @crynobone in (#48962)
- Fix issue that prevents BladeCompiler to raise an exception when temporal compiled blade template is not found. by @juanparati in (#48957)
- [10.x] Fix how nested transaction callbacks are handled by @mateusjatenee in (#48859)
- [10.x] Fixes Batch Callbacks not triggering if job timeout while in transaction by @crynobone in (#48961)
- [10.x] Fixes Exception: Cannot traverse an already closed generator when running Arr::first with an empty generator and no callback by @moshe-autoleadstar in (#48979)
- fixes issue with stderr when there was "]" character. by @nikopeikrishvili in (#48975)
v10.31.0 - 2023-11-07
- [10.x] Allow
Sleep::until()
to be passed a timestamp as a string by @jameshulse in (#48883)
- [10.x] Fix whereHasMorph() with nullable morphs by @MarkKremer in (#48903)
- [10.x] Handle
class_parents
returning false inclass_uses_recursive
by @RoflCopter24 in (#48902)
- [10.x] Enable default retrieval of all fragments in
fragments()
andfragmentsIf()
methods by @tabuna in (#48894)
- [10.x] Dispatch 'connection failed' event in async http client request by @gdebrauwer in (#48900)
- authenticate method refactored to use null coalescing operator by @miladev95 in (#48917)
- [10.x] Allow setting retain_visibility config option on Flysystem filesystems by @jnoordsij in (#48935)
- [10.x] Escape forward slashes when exploding wildcard rules by @matt-farrugia in (#48936)
v10.30.1 - 2023-11-01
- [10.x] Fix postgreSQL reserved word column names w/ guarded attributes broken in native column attributes implementation by @hafezdivandari in (#48877)