Skip to content

Releases: cybercog/laravel-love

8.6.0

02 Oct 20:07
Compare
Choose a tag to compare

Added

  • (#177) Added accessor methods to aggregates jobs

View the changes from 8.5.0 to 8.6.0

8.5.0

08 Sep 22:44
256ac43
Compare
Choose a tag to compare

Added

  • (#176) Added Laravel 8 support

View the changes from 8.4.0 to 8.5.0

8.4.0

22 May 07:21
Compare
Choose a tag to compare

Added

  • (#165) Added table names configuration

Fixed

  • (#161) Removed redundant queues from Reactant listeners

View the changes from 8.3.1 to 8.4.0

8.3.1

06 Mar 20:49
a032e92
Compare
Choose a tag to compare

Added

  • (#158) Add Laravel 7.x support

View the changes from 8.3.0 to 8.3.1

8.3.0

16 Feb 19:51
Compare
Choose a tag to compare

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

8.2.0

30 Jan 06:21
44aa6e8
Compare
Choose a tag to compare

Added

  • (#127) Artisan commands for registering existing models as reactants/reacters

View the changes from 8.1.2 to 8.2.0

8.1.2

22 Sep 01:00
Compare
Choose a tag to compare

Fixed

  • (#121) Drop foreign key before database column delete

View the changes from 8.1.1 to 8.1.2

8.1.1

13 Sep 18:59
6aec097
Compare
Choose a tag to compare

Fixed

  • (#118) Fix custom connection in database migrations

View the changes from 8.1.0 to 8.1.1

8.1.0

03 Sep 16:57
Compare
Choose a tag to compare

Added

  • (#113) Laravel 6 support

Changed

  • (#110) Removed dependency of RateOutOfRange exception in contracts namespace on concrete Reaction model implementation
  • (#110) Renamed withValue method to withValueBetween in RateOutOfRange exception
  • (#110) Added $minimumRate parameter to withValueBetween method in RateOutOfRange exception
  • (#110) Added $maximumRate parameter to withValueBetween method in RateOutOfRange exception
  • (#111) Changed $rate parameter type from float to ?float of hasReactedTo method in Reacter model contract
  • (#111) Changed $rate parameter type from float to ?float of hasNotReactedTo method in Reacter model contract

View the changes from 8.0.0 to 8.1.0

5.3.0

03 Sep 16:51
Compare
Choose a tag to compare

Added

  • (#114) Laravel 6 support

View the changes from 5.2.1 to 5.3.0