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\IncrementAggregateslistener toCog\Laravel\Love\Reactant\Jobs\IncrementReactionAggregatesJob - (#146) Extracted logic from
Cog\Laravel\Love\Reactant\Listeners\DecrementAggregateslistener toCog\Laravel\Love\Reactant\Jobs\DecrementReactionAggregatesJob - (#147) Extracted event listeners registering from
Cog\Laravel\Love\LoveServiceProvidertoCog\Laravel\Love\LoveEventServiceProvider - (#148) Extracted rebuild of reactant reactions counters from
Cog\Laravel\Love\Console\Commands\Recountcommand toCog\Laravel\Love\Reactant\Jobs\RebuildReactionAggregatesJob - (#148) Added
--queue-connection=option tolove:recountArtisan 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
RateOutOfRangeexception in contracts namespace on concreteReactionmodel implementation - (#110) Renamed
withValuemethod towithValueBetweeninRateOutOfRangeexception - (#110) Added
$minimumRateparameter towithValueBetweenmethod inRateOutOfRangeexception - (#110) Added
$maximumRateparameter towithValueBetweenmethod inRateOutOfRangeexception - (#111) Changed
$rateparameter type fromfloatto?floatofhasReactedTomethod inReactermodel contract - (#111) Changed
$rateparameter type fromfloatto?floatofhasNotReactedTomethod inReactermodel contract