Skip to content

Releases: cybercog/laravel-love

10.0.0

09 Mar 13:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.0.0...10.0.0

9.0.0

24 Feb 13:14
Compare
Choose a tag to compare

Code has breaking changes because of Eloquent Model local scopes refactoring.

Follow upgrade instructions from v8 to v9 to migrate code.

Added

  • (#234) Added Laravel 10 support
  • (#216) Added Docker Compose to quick development build
  • (#227) Added whereReactedTo model scope to Reacterable models
  • (#227) Added whereNotReactedTo model scope to Reacterable models
  • (#227) Added whereReactedToBetween model scope to Reacterable models

Changed

  • (#227) Extracted Reactable model scopes to ReactableEloquentBuilderTrait
  • (#231) Console command love:setup-reactable generates migration with nullable column love_reactant_id by default
  • (#231) Console command love:setup-reactable option --nullable replaced with --not-nullable
  • (#231) Console command love:setup-reacterable generates migration with nullable column love_reacter_id by default
  • (#231) Console command love:setup-reacterable option --nullable replaced with --not-nullable
  • (#233) Console command love:recount use default queue connection if --queue-connection option is not defined
  • (#222) Removed DI usage from console commands constructors
  • (#215) Migrated to console AsCommand attribute
  • (#215) Package generating anonymous class migrations now
  • (#217) Switched to native typed class properties
  • (#218) Switched to Symfony Console exit code constants

Removed

  • (#215) Dropped PHP 7.x support
  • (#215) Dropped Laravel 6 support
  • (#215) Dropped Laravel 7 support
  • (#215) Dropped Laravel 8 support

Full Changelog: 8.9.0...9.0.0

8.9.0

23 Feb 10:00
80c7ad2
Compare
Choose a tag to compare

Added

Full Changelog: 8.8.1...8.9.0

8.8.1

03 Apr 12:18
a56a11f
Compare
Choose a tag to compare

Removed

  • (#197) Dropped PHP 7.1 support

8.8.0

03 Apr 12:08
Compare
Choose a tag to compare

Removed

  • (#196) Dropped Laravel 5.7 support
  • (#196) Dropped Laravel 5.8 support

Fixed

8.7.1

08 Dec 22:10
bc466e4
Compare
Choose a tag to compare

Fixed

  • (#186) Improve CLI application performance by replacing $name with $defaultName static property in commands
  • (#187) Fixed inconsistency in method parameter names

8.7.0

06 Dec 19:29
0a8820e
Compare
Choose a tag to compare

Added

  • (#185) Added PHP 8.x support

8.6.1

04 Oct 07:02
526d12d
Compare
Choose a tag to compare

Changed

  • (#178) Rename imported interfaces aliases

View the changes from 8.6.0 to 8.6.1

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