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.37.0 - 2023-12-12
- [10.x] Add
engine
method toBlueprint
by @jbrooksuk in (#49250)
- [10.x] Get indexes of a table by @hafezdivandari in (#49204)
- [10.x] Filesystem : can lock file on append of content by @StephaneBour in (#49262)
- [10.x] Test Improvements by @crynobone in (#49266)
- [10.x] Fixes generating facades documentation shouldn't be affected by
php-psr
extension by @crynobone in (#49268)
- [10.x] Fixes
AboutCommand::format()
docblock by @crynobone in (#49274)
- [10.x]
Route::getController()
should returnnull
when the accessing closure based route by @crynobone in (#49269)
- [10.x] Add "noActionOnUpdate" method in Illuminate/Database/Schema/ForeignKeyDefinition by @hrsa in (#49297)
- [10.x] Fixing number helper for floating 0.0 by @mr-punyapal in (#49277)
- [10.x] Include partitioned tables on PostgreSQL when retrieving tables by @hafezdivandari in (#49326)
- [10.x] Allow to pass
Arrayable
orStringble
in rulesIn
andNotIn
by @michaelnabil230 in (#49055)
- [10.x] Allow error list per field by @timacdonald in (#49309)
- [10.x] Get foreign keys of a table by @hafezdivandari in (#49264)
- [10.x] PHPStan Improvements by @crynobone in (#49343)
- [10.x] Handle missing translations: more robust handling of callback return value by @DeanWunder in (#49341)
v10.35.0 - 2023-12-05
- [10.x] Add support for
Number::summarize
by @jcsoriano in (#49197)
- [10.x] Add Blade @use directive by @simonhamp in (#49179)
- [10.x] Fixes retrying failed jobs causes PHP memory exhaustion errors when dealing with thousands of failed jobs by @crynobone in (#49186)
- [10.x] Add "substituteImplicitBindingsUsing" method to router by @calebporzio in (#49200)
- [10.x] Cookies Having Independent Partitioned State (CHIPS) by @fabricecw in (#48745)
- [10.x] Update InteractsWithDictionary.php to use base InvalidArgumentException by @Grldk in (#49209)
- [10.x] Fix typo in PHPDoc comment by @caendesilva in (#49234)
- [10.x] Determine if the given view exists. by @hafezdivandari in (#49231)
v10.34.2 - 2023-11-28
- [v10.x] Add missing methods to newly extended fake
Vite
instance by @stevebauman in (#49165)
v10.34.1 - 2023-11-28
- [10.x] Streamline
DatabaseMigrations
andRefreshDatabase
events by @crynobone in (#49153)
- [10.x] Use HtmlString in Vite fake by @jasonvarga in (#49163)
v10.34.0 - 2023-11-28
- [10.x] Added File Validation
extensions
by @eusonlito in (#49082)
- [10.x] Add @throws in doc-blocks by @imanghafoori1 in (#49091)
- [10.x] Update docblocks for consistency by @dwightwatson in (#49092)
- [10.x] Throw exception when trying to initiate
Collection
usingWeakMap
by @crynobone in (#49095)
- Better transaction manager object design by @taylorotwell in (#49103)
- [10.x] Allow multiple types in Collection's
ensure
method by @ash-jc-allen in (#49127)
- [10.x] Fix middleware "SetCacheHeaders" with download responses by @clementbirkle in (#49138)
- [10.x] Extract dirty getter for
performUpdate
by @taka-oyama in (#49141)
- [10.x]
ensure
: Resolve$itemType
outside the closure by @lucasmichot in (#49137)
- Allow "missing" method to be used on route groups by @redelschaap in (#49144)
- [10.x] Get tables and views info by @hafezdivandari in (#49020)
- [10.x] Generate a unique hash for anonymous components by @billyonecan in (#49156)
- [10.x] Improves output when using
php artisan about --json
by @crynobone in (#49154)
- [10.x] Make fake instance inherit from
Vite
when usingwithoutVite()
by @orkhanahmadov in (#49150)