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.
Added
- Add isolation level configuration for Postgres connector by @rezaamini-ir in (#40767)
- Add a string helper to swap multiple keywords in a string by @amitmerchant1990 in (#40831) & (#220f4ac11d462b4ee9ff2cb9b48b93d6f560223a)
Changed
- Make
PendingRequest
Conditionable
by @phillipfickl in (#40762)
- Add a BladeCompiler::renderComponent() method to render a component instance by @tobyzerner in (#40745)
- Doc block tweaks in
BladeCompiler.php
by @JayBizzle in (#40772)
- Revert Bit operators by @driesvints in (#40791)
Fixed
- Do not set SYSTEMROOT to false by @Galaxy0419 in (#40819)
Added
- Added class and method to create cross joined sequences for factories (#40542)
- Added Transliterate shortcut to the Str helper (#40681)
- Added array_keys validation rule (#40720)
Fixed
- Prevent job serialization error in Queue (#40625)
- Fixed autoresolving model name from factory (#40616)
- Fixed : strtotime Epoch doesn't fit in PHP int (#40690)
Changed
- Server command: Allow xdebug auto-connect to listener feature (#40673)
- Allow to push and prepend config values on new keys (#40723)
Added
- Added
Illuminate/Support/Stringable::scan()
(#40472)
- Allow caching to be disabled for virtual attributes accessors that return an object (#40519)
- Added getOrPut on Collection (#40535)
- Improve PhpRedis flushing (#40544)
- Added
Illuminate/Support/Str::flushCache()
(#40620)
Fixed
- Fixed Str::headline/Str::studly with unicode and add Str::ucsplit method (#40499)
- Fixed forgetMailers with MailFake (#40495)
- Pruning Models: Get the default path for the models from a method instead (#40539)
- Fix flushdb for predis cluste (#40446)
- Avoid undefined array key 0 error (#40571)
Changed
- Allow whitespace in PDO dbname for PostgreSQL (#40483)
- Allows authorizeResource method to receive arrays of models and parameters (#40516)
- Inverse morphable type and id filter statements to prevent SQL errors (#40523)