Added
- (#146) Extracted logic from
Cog\Laravel\Love\Reactant\Listeners\IncrementAggregates listener to Cog\Laravel\Love\Reactant\Jobs\IncrementReactionAggregatesJob
- (#146) Extracted logic from
Cog\Laravel\Love\Reactant\Listeners\DecrementAggregates listener to Cog\Laravel\Love\Reactant\Jobs\DecrementReactionAggregatesJob
- (#147) Extracted event listeners registering from
Cog\Laravel\Love\LoveServiceProvider to Cog\Laravel\Love\LoveEventServiceProvider
- (#148) Extracted rebuild of reactant reactions counters from
Cog\Laravel\Love\Console\Commands\Recount command to Cog\Laravel\Love\Reactant\Jobs\RebuildReactionAggregatesJob
- (#148) Added
--queue-connection= option to love:recount Artisan command
Fixed
- (#148) Fixed
love:recount Artisan command execution when love_reactant_reaction_totals database table is empty
- (#151) Fixed
love:recount Artisan command return type
View the changes from 8.2.0 to 8.3.0