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
setIntendedUrl
method toRouting/Redirector.php
(#26227)
- Added
ORA-03114
string toDetectsLostConnections
trait (#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
assertSoftDeleted
method inFoundation/Testing/Concerns/InteractsWithDatabase.php
(#26133 , #26148)
- Added possibility to define exclude methods on registered
apiResource
(#26149)
- Added
filp/whoops
tosuggest
incomposer.json
(#26180)
- Added
mock
andspy
methods toFoundation/Testing/Concerns/InteractsWithContainer.php
(#26171, b50f9f3)
- Added
uuid
validation rule to validator (#26135)
- NotificationFake can assert preferred locale (#26205)
Fixed
- Fixed
whereHas
and$withCount
bindings frompolymorphic relationships
(#26145)
- Fixed
getTable
method in Model (#26085)
- Fixed
Illuminate/Http/Testing/File.php
for Symfony 4.1 components (#26080)
- Fixed URL in
Notifications/resources/views/email.blade.php
(22ca105)
- Fixed
hasValidSignature
method when someone send anull
signature inUrlGenerator.php
(#26132)
- Fixed autocomplete for container in ServiceProvider for cases when someone developed packages (#26063)
- Fixed
ColumnDefinition::default
typehint (#26041)
Changed
- Define mix as const in
react-stubs/webpack.mix.js
andvue-stubs/webpack.mix.js
presets (#26119)
- Replaced the remaining occurrences of
newQuery()
tonewModelQuery()
in UPDATE/DELETE queries. (#26158)
- Improved
findOrFail()
exceptions inBelongsToMany.php
andHasManyThrough.php
relations (#26182)
Changed realization
- Reversed ternary condition in
Arr::wrap
to make it clearer (#26150)
- Simplified
formatAction
inUrlGenerator.php
(#26121)
- Simplified
isChainOfObjects
method inSupport/Testing/Fakes/QueueFake.php
(#26151)
Added
- Support custom user provider names in generator commands (#25681)
- Added 401 Exception view (#26002)
- Added
Categorical imperative
quote toInspiring.php
(#25968)
- Mailable
render
method respectsMailable[@locale
](https://github.com/locale`) property (#25990)
- Added some meta data to the notification mails (477273c)
- Added
Macroable
trait toPendingResourceRegistration
(#25947)
- Enable passing options to custom presets (#25930)
Fixed
- Fix missing
illuminate/support
dependency 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
--step
tomigrate:fresh
command (#25897)
- Allow
destroy
method inModel
to 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
each
method on BelongsToMany relationships (#25832)
- Fix prefixed table indexes (#25867)
- Fix
be
method inInteractsWithAuthentication
trait (#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.php
middleware (#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
save
methodMorphOneOrMany
relation (#25864)