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.
Fixed
- Order of Modifiers Amended in MySqlGrammar (#37782)
Added
- Allow customising the event.stub file (#37761)
- Added
Illuminate/Collections/Collection::sliding()
andIlluminate/Collections/LazyCollection::sliding()
(#37751)
- Make
Illuminate\Http\Client\Request
macroable (#37744)
- Added GIF, WEBP, WBMP, BMP support to FileFactory::image() (#37743)
- Dispatch 'connection failed' event in http client (#37740)
Fixed
- Adds a small fix for unicode with blade echo handlers (#37697)
- Solve the Primary Key issue in databases with sql_require_primary_key enabled (#37715)
Changed
- Removed unnecessary checks in RequiredIf validation, fixed tests (#37700)
- Replace non ASCII apostrophe in the email notification template (#37709)
- Change the order of the bindings for a Sql Server query with a offset and a subquery order by (#37728, 401928b)
- Bind mock instances as singletons so they are not overwritten (#37746)
- Encode objects when casting as JSON (#37759)
- Call on_stats handler in Http stub callbacks (#37738)
Added
- Added
Illuminate/Database/Connection::setRecordModificationState()
(ee1e6b4)
- Added
match()
andmatchAll()
methods toIlluminate/Support/Str.php
(#37642)
- Copy password rule to current_password (#37650)
- Allow tap() on Paginator (#37682)
Revert
- Revert of "Columns in the order by list must be unique" (#37649)
Fixed
- Remove illuminate/foundation dependency from Password validation (#37648)
- Fixed callable password defaults in validator (0b1610f)
- Fixed dns_get_record loose check of A records for active_url rule (#37675)
- Type hinted arguments for Illuminate\Validation\Rules\RequiredIf (#37688)
- Fixed when passed object as parameters to scopes method (#37692)
Added
- Allow Custom Notification Stubs (#37584)
- Added methods for indicating the write connection should be used (94dbf76)
- Added timestamp reference to schedule:run artisan command output (#37591)
- Columns in the order by list must be unique (#37582)
Changed
- Fire a trashed model event and listen to it for broadcasting events (#37618)
- Cast JSON strings containing single quotes (#37619)
Fixed
- Makes the retrieval of Http client transferStats safe (#37597)
- Fixed inconsistency in table names in validator (#37606)
- Fixes for Stringable for views (#37613)
- Fixed one-of-many bindings (#37616)
- Fixed infinity loop on transaction committed (#37626)
- Added missing fix to DatabaseRule::resolveTableName fix #37580 (#37621)
Revert
- Revert of "Columns in the order by list must be unique" (dc2f0bb)