Releases: cybercog/laravel-love
Releases · cybercog/laravel-love
8.6.0
8.5.0
8.4.0
8.3.1
8.3.0
Added
- (#146) Extracted logic from
Cog\Laravel\Love\Reactant\Listeners\IncrementAggregates
listener toCog\Laravel\Love\Reactant\Jobs\IncrementReactionAggregatesJob
- (#146) Extracted logic from
Cog\Laravel\Love\Reactant\Listeners\DecrementAggregates
listener toCog\Laravel\Love\Reactant\Jobs\DecrementReactionAggregatesJob
- (#147) Extracted event listeners registering from
Cog\Laravel\Love\LoveServiceProvider
toCog\Laravel\Love\LoveEventServiceProvider
- (#148) Extracted rebuild of reactant reactions counters from
Cog\Laravel\Love\Console\Commands\Recount
command toCog\Laravel\Love\Reactant\Jobs\RebuildReactionAggregatesJob
- (#148) Added
--queue-connection=
option tolove:recount
Artisan command
Fixed
8.2.0
Added
- (#127) Artisan commands for registering existing models as reactants/reacters
8.1.2
8.1.1
8.1.0
Added
- (#113) Laravel 6 support
Changed
- (#110) Removed dependency of
RateOutOfRange
exception in contracts namespace on concreteReaction
model implementation - (#110) Renamed
withValue
method towithValueBetween
inRateOutOfRange
exception - (#110) Added
$minimumRate
parameter towithValueBetween
method inRateOutOfRange
exception - (#110) Added
$maximumRate
parameter towithValueBetween
method inRateOutOfRange
exception - (#111) Changed
$rate
parameter type fromfloat
to?float
ofhasReactedTo
method inReacter
model contract - (#111) Changed
$rate
parameter type fromfloat
to?float
ofhasNotReactedTo
method inReacter
model contract