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.21.0 - 2023-08-29
- [10.x] Add broadcastAs function at BroadcastNotificationCreated by @raphaelcangucu in (#48136)
- [10.x] Allow failed job providers to be countable by @timacdonald in (#48177)
- [10.x] Fix flakey
HttpClientTest
test by @joshbonnick in (#48166)
- [10.x] Give access to job UUID in the job queued event by @timacdonald in (#48179)
- [10.x] Add
serializeAndRestore()
toQueueFake
andBusFake
by @cosmastech in (#48131)
- Add visibility Support for Scoped Disk Configurations by @okaufmann in (#48186)
- [10.x] Make the
firstOrCreate
methods in relations usecreateOrFirst
behind the scenes by @tonysm in (#48192)
- [10.x] Introduce short-hand "false" syntax for Blade component props by @ryangjchandler in (#48084)
- [10.x] Fix validation of attributes that depend on previous excluded attribute by @hans-thomas in (#48122)
- Revert "feature: introduce short hand false syntax for component prop… by @driesvints in (#48220)
- [10.x] Array to string conversion error exception by @hans-thomas in (#48219)
- [10.x] Migrate to
laravel/facade-documenter
repository by @timacdonald in (#48223)
- Remove unneeded Return type in Docblock of Illuminate\Database\Eloquent\Builder.php by @FrazerFlanagan in (#48228)
- [10.x] Fix issues with updated_at by @driesvints in (#48230)
- [10.x] Use Symfony Response in exception handler by @thomasschiet in (#48226)
- [10.x] Allow failed jobs to be counted by "connection" and "queue" by @timacdonald in (#48216)
v10.20.0 - 2023-08-22
- [10.x] Allow utilising
withTrashed()
,withoutTrashed()
andonlyTrashed()
onMorphTo
relationship even withoutSoftDeletes
Model by @crynobone in (#47880)
- [10.x] Mark Request JSON data to be InputBag in docblocks by @jnoordsij in (#48085)
- [10.x] Markdown Mailables: Allow omitting Footer and Header when customising components by @jorisnoo in (#48080)
- [10.x] Update EmailVerificationRequest return docblock by @ahmedash95 in (#48087)
- [10.x] Add commonly reusable Composer related commands from 1st party packages by @crynobone in (#48096)
- [10.x] Add ability to measure a single callable and get result by @timacdonald in (#48077)
- [10.x] Fixes incorrect method visibility and add unit tests for
Illuminate\Support\Composer
by @crynobone in (#48104)
- [10.x] Skip convert empty string to null test by @hungthai1401 in (#48105)
- [10.x] Using complete insert for mysqldump when appending migration dump to schema file by @emulgeator in (#48126)
- [10.x] Add
hasPackage
method to Composer class by @emargareten in (#48124)
- [10.x] Add
assertJsonPathCanonicalizing
method by @gdebrauwer in (#48117)
- [10.x] Support providing subquery as value to
where
builder method by @gdebrauwer in (#48116)
- [10.x] Minor Tweaks by @utsavsomaiya in (#48138)
v10.19.0 - 2023-08-15
- [10.x] Fix typo in update
HasUniqueIds
by @iamcarlos94 in (#47994)
- [10.x] Gracefully handle scientific notation by @timacdonald in (#48002)
- [10.x] Fix docblocks for throw_if and throw_unless by @AbdelElrafa in (#48003)
- [10.x] Add
wordWrap
toStr
by @joshbonnick in (#48012)
- [10.x] Fix RetryBatchCommand overlapping of failed jobs when run concurrently with the same Batch ID using isolatableId by @rybakihor in (#48000)
- [10.x] Fix
assertRedirectToRoute
when route uri is empty by @khernik93 in (#48023)
- [10.x] Fix empty table displayed when using the --pending option but there are no pending migrations by @TheBlckbird in (#48019)
- [10.x] Fix forced use of write DB connection by @oleksiikhr in (#48015)
- [10.x] Use model cast when builder created updated at value by @timacdonald in (#47942)
- [10.x] Fix Collection::search and LazyCollection::search return type by @bastien-phi in (#48030)
- [10.x] Add ability to customize class resolution in event discovery by @bastien-phi in (#48031)
- [10.x] Add
percentage
method to Collections by @WendellAdriel in (#48034)
- [10.x] Can apply WithoutRelations to entire class by @cosmastech in (#48068)
v10.18.0 - 2023-08-08
- [10.x] Allow DatabaseRefreshed event to include given
database
andseed
options by @crynobone in (#47923)
- [10.x] Use generics in
throw_if
andthrow_unless
to indicate dynamic exception type by @osbre in (#47938)
- [10.x] Fixes artisan about --only should be case insensitive by @crynobone in (#47955)
- [10.x] Improve decimal shape validation by @timacdonald in (#47954)
- [10.x] Remove return on void callback by @gonzunigad in (#47969)
- [9.x] Improve decimal shape validation by @timacdonald in (#47957)
- [10.x] Add
content
method to Vite by @michael-rubel in (#47968)
- [10.x] Show config when the value is false or zero by @saeedhosseiinii in (#47987)
- [10.x] Add getter for components on IO interaction by @chris-ware in (#47982)
v10.17.1 - 2023-08-02
- [9.x] Back porting #47838 by @timacdonald in (#47840)
- [9.x] Normalise predis command argument where it maybe an object. by @crynobone in (#47902)
- [9.x] Migrate JSON data to shared InputBag by @ImJustToNy in (#47919)
- [10.x] Fix docblocks of the dispatchable trait by @imanghafoori1 in (#47921)
- [10.x] Fix prompt and console component spacing when calling another command by @jessarcher in (#47928)
- [10.x] Fix prompt rendering after
callSilent
by @jessarcher in (#47929)