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.46.0 - 2024-02-27
- [10.x] Ensure lazy-loading for trashed morphTo relations works by @nuernbergerA in (#50176)
- [10.x] Fix optional charset and collation when creating database by @GrahamCampbell in (#50168)
- [10.x] update doc block in PendingProcess.php by @saMahmoudzadeh in (#50198)
- [10.x] Fix Accepting nullable Parameters, updated doc block, and null pointer exception handling in batchable trait by @saMahmoudzadeh in (#50209)
- Make GuardsAttributes fillable property DocBlock more specific by @liamduckett in (#50229)
- [10.x] Add only and except methods to Enum validation rule by @Anton5360 in (#50226)
- [10.x] Fixes on nesting operations performed while applying scopes. by @Guilhem-DELAITRE in (#50207)
- [10.x] Update return type by @AmirRezaM75 in (#50252)
- [10.x] Fix dockblock by @michaelnabil230 in (#50259)
- [10.x] Add
Conditionable
in enum rule by @michaelnabil230 in (#50257)
v10.45.1 - 2024-02-21
- Fix typehint for ResetPassword::toMailUsing() by @KKSzymanowski in (#50163)
v10.45.0 - 2024-02-20
- [10.x] Update
Stringable
phpdoc by @milwad-dev in (#50075)
- [10.x] Adjust rules call sequence by @driesvints in (#50084)
- [10.x] Actually fix fromBase64 return type by @GrahamCampbell in (#50113)
- [10.x] Fix warning and deprecation for Str::api by @driesvints in (#50114)
- [10.x] Adds Tappable and Conditionable to Relation class by @DarkGhostHunter in (#50124)
v10.44.0 - 2024-02-13
- [10.x] Fix empty request for HTTP connection exception by @driesvints in (#49924)
- [10.x] Add Collection::select() method by @morrislaptop in (#49845)
- [10.x] Refactor
getPreviousUrlFromSession
method in UrlGenerator by @milwad-dev in (#49944)
- [10.x] Fix infinite loop when global scopes query contains aggregates by @mateusjunges in (#49972)
- [10.x] Adds PHPUnit 11 as conflict by @nunomaduro in (#49957)
- Revert "[10.x] fix Before/After validation rules" by @taylorotwell in (#50013)
- [10.x] Added
setAbly()
method forAblyBroadcaster
by @Rijoanul-Shanto in (#49981)
- Allows Setup and Teardown actions to be reused in alternative TestCase for Laravel by @crynobone in (#49973)
- [10.x] Add
toBase64()
andfromBase64()
methods to Stringable and Str classes by @mtownsend5512 in (#49984)
- [10.x] Allows to defer resolving pcntl only if it's available by @crynobone in (#50024)
- [10.x] Fixes missing
Throwable
import and handle iforiginalExceptionHandler
ororiginalDeprecationHandler
property isn't used by alternative TestCase by @crynobone in (#50021)
- [10.x] Type hinting for conditional validation rules by @lorenzolosa in (#50017)
- [10.x] Introduce new
Arr::take()
helper by @ryangjchandler in (#50015)
- [10.x] Improved Handling of Empty Component Slots with HTML Comments or Line Breaks by @comes in (#49966)
- [10.x] Introduce Observe attribute for models by @emargareten in (#49843)
- [10.x] Add ScopedBy attribute for models by @emargareten in (#50034)
- [10.x] Update reserved names in
GeneratorCommand
by @xurshudyan in (#50043)
- Remove regex case insensitivity modifier in UUID detection to speed it up slightly by @maximal in (#50067)
- [10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions by @oprypkhantc in (#50068)
v10.43.0 - 2024-01-30
- [10.x] Unify
\Illuminate\Log\LogManager
method definition comments with\Psr\Logger\Interface
by @eusonlito in (#49805)
- [10.x] class-name string argument for global scopes by @emargareten in (#49802)
- [10.x] Add
hasIndex()
and minor Schema enhancements by @hafezdivandari in (#49796)
- [10.x] Do not touch
BelongsToMany
relation when usingwithoutTouching
by @mateusjunges in (#49798)
- [10.x] Check properties on mailables are initialized before sharing with the view by @j3j5 in (#49813)
- [10.x] Make
hasIndex()
Order-sensitive by @hafezdivandari in (#49840)
- [10.x] Release action by @driesvints in (#49838)
- [10.x] Add MariaDb1060Platform by @driesvints in (#49848)
- [10.x] Unified Pivot and Model Doc Block
$guarded
by @eusonlito in (#49851)
- [10.x] Introducing
beforeStartingTransaction
callback and use it inLazilyRefreshDatabase
by @pascalbaljet in (#49853)
- [10.x] fix password max validation message by @MrPunyapal in (#49861)
- [10.x] Fix validation message used for max file size by @mateusjunges in (#49879)
- Update README.md by @foremtehan in (#49878)
- [10.x] Adds
FormRequest[@getRules](https://github.com/getRules)()
method by @cosmastech in (#49860)
- [10.x] add addGlobalScopes method by @emargareten in (#49880)
- [10.x] Allow brick/math 0.12 by @LogicSatinn in (#49883)
- [10.x] Using the native fopen exception in LockableFile.php by @eusonlito in (#49895)
- [10.x] Fix - The
Translator
may incorrectly report the locale of a missing translation key by @VicGUTT in (#49900)
- [10.x] fix Before/After validation rules by @MrPunyapal in (#49871)