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
- Added
decimal:<num>cast to Model (#26173)
- Allowed updateExistingPivot to receive an arrayable item (#26167)
- Added
setIntendedUrlmethod toRouting/Redirector.php(#26227)
- Added
ORA-03114string toDetectsLostConnectionstrait (#26233)
Fixed
- Fixed an issue where the worker process would not be killed by the listener when the timeout is exceeded (#25981)
Changed
Added
- Added loadCount method to eloquent collections (#25997)
- Added support for identity columns in PostgreSQL 10+ (#26096)
- Allowed passing a model instance directly to
assertSoftDeletedmethod inFoundation/Testing/Concerns/InteractsWithDatabase.php(#26133 , #26148)
- Added possibility to define exclude methods on registered
apiResource(#26149)
- Added
filp/whoopstosuggestincomposer.json(#26180)
- Added
mockandspymethods toFoundation/Testing/Concerns/InteractsWithContainer.php(#26171, b50f9f3)
- Added
uuidvalidation rule to validator (#26135)
- NotificationFake can assert preferred locale (#26205)
Fixed
- Fixed
whereHasand$withCountbindings frompolymorphic relationships(#26145)
- Fixed
getTablemethod in Model (#26085)
- Fixed
Illuminate/Http/Testing/File.phpfor Symfony 4.1 components (#26080)
- Fixed URL in
Notifications/resources/views/email.blade.php(22ca105)
- Fixed
hasValidSignaturemethod when someone send anullsignature inUrlGenerator.php(#26132)
- Fixed autocomplete for container in ServiceProvider for cases when someone developed packages (#26063)
- Fixed
ColumnDefinition::defaulttypehint (#26041)
Changed
- Define mix as const in
react-stubs/webpack.mix.jsandvue-stubs/webpack.mix.jspresets (#26119)
- Replaced the remaining occurrences of
newQuery()tonewModelQuery()in UPDATE/DELETE queries. (#26158)
- Improved
findOrFail()exceptions inBelongsToMany.phpandHasManyThrough.phprelations (#26182)
Changed realization
- Reversed ternary condition in
Arr::wrapto make it clearer (#26150)
- Simplified
formatActioninUrlGenerator.php(#26121)
- Simplified
isChainOfObjectsmethod inSupport/Testing/Fakes/QueueFake.php(#26151)
Added
- Support custom user provider names in generator commands (#25681)
- Added 401 Exception view (#26002)
- Added
Categorical imperativequote toInspiring.php(#25968)
- Mailable
rendermethod respectsMailable[@locale](https://github.com/locale`) property (#25990)
- Added some meta data to the notification mails (477273c)
- Added
Macroabletrait toPendingResourceRegistration(#25947)
- Enable passing options to custom presets (#25930)
Fixed
- Fix missing
illuminate/supportdependency inilluminate/container(#25955)
- Extend grammar (#25944)
Changed
- Improved PSR-11 implementation (#25870)
- Changed the sentence of error 403 view from unauthorised to forbidden (#26002)
- Revert email lang template changes (#25963)
- Added model checking in
assertViewHas(#26012)
Changed realization
- Inline
Arr::pluck()indata_get()(#25938)
Added
- Add
--steptomigrate:freshcommand (#25897)
- Allow
destroymethod inModelto accept a collection of ids (#25878)
- Add AsPivot trait (#25851)
Fixed
- Fixed wrap table for sql server (#25896)
Changed
- Use "optimize:clear" in "app:name" command (#25922)
- Revert of "html string support in translator" (e626ab3)
Changed (only realization)
- Simplify code for contextual binding (e2476c1)
Added
- Allow array callables to be passed to Gate::before() (#25817)
- Mail recipient and notifiable can set preferred locale (#25752)
- Always show seeder info (#25872)
- Support JSON UPDATE queries on PostgreSQL (#25797)
- Makes sure changing a database field to JSON does not include a collation (#25741)
- Added Queued Closures (#25777)
- Add queue create payload hook (3f68cbe)
- Authorize Middleware Accept String Parameters (#25763)
Fixed
- Fix
eachmethod on BelongsToMany relationships (#25832)
- Fix prefixed table indexes (#25867)
- Fix
bemethod inInteractsWithAuthenticationtrait (#25873)
- Fixes the error when $resource is null (#25838)
- Attach all disk attachments and not only first one in the
Mail/Mailable.php(#25793)
- Fixed: in case if one job throw exception, than we will proceed to next one (#25820)
Changed
- Trim model class name when passing in
Authorize.phpmiddleware (#25849)
- Improve JSON UPDATE queries on MySQL (#25794)
- Don't print the generated application key (#25802)
- Improve "exists" validation with array values (#25819)
- Only escape trans parameters (98046cb)
- Added type check for assertExitCode(0) (#25847)
Changed (only realization)
- Simplify
savemethodMorphOneOrManyrelation (#25864)