Releases
v8.10.0
Added
Allow for chains to be added to batches (#34612 , 7b4a9ec )
Added is()
method to 1-1 relations for model comparison (#34693 , 7ba2577 )
Added upsert
to Eloquent and Base Query Builders (#34698 , #34712 , 58a0e1b )
Support psql and pg_restore commands in schema load (#34711 )
Added Illuminate\Database\Schema\Builder::dropColumns()
method on the schema class (#34720 )
Added yearlyOn() method to scheduler (#34728 )
Added restrictOnDelete method to ForeignKeyDefinition class (#34752 )
Added newLine()
method to InteractsWithIO
trait (#34754 )
Added isNotEmpty method to HtmlString (#34774 )
Added delay() to PendingChain (#34789 )
Added 'multiple_of' validation rule (#34788 )
Added custom methods proxy support for jobs ::dispatch() (#34781 )
Added QueryBuilder::clone()
(#34780 )
Support bus chain on fake (a952ac24 )
Added missing force flag to queue:clear command (#34809 )
Added dropConstrainedForeignId
to `Blueprint (#34806 )
Implement supportsTags() on the Cache Repository (#34820 )
Added canAny
to user model (#34815 )
Added when() and unless() methods to MailMessage (#34814 )
Fixed
Fixed collection wrapping in BelongsToManyRelationship
(9245807 )
Fixed LengthAwarePaginator translations issue (#34714 )
Changed
Improve schedule:work
command (#34736 , bbddba2 )
Guard against invalid guard in make:policy (#34792 )
Fixed router inconsistency for namespaced route groups (#34793 )
You can’t perform that action at this time.