Releases: cybercog/laravel-love
Releases · cybercog/laravel-love
10.0.1
What's Changed
- fix: use table names from config file by @IsraelOrtuno in #261
New Contributors
- @IsraelOrtuno made their first contribution in #261
Full Changelog: 10.0.0...10.0.1
10.0.0
What's Changed
- Remove legacy factories by @antonkomarev in #236
- Fix null union types code style by @antonkomarev in #242
- Code style fix by @antonkomarev in #243
- Add fetch reactions by Reacterable model by @antonkomarev in #240
- Improve aggregate tests by @antonkomarev in #245
- Improve Reaction tests by @antonkomarev in #246
- Remove ReactionCounter & ReactionTotal observers by @antonkomarev in #247
- Remove ReactionObserver::creating method by @antonkomarev in #248
- Make Model attributes unguarded by @antonkomarev in #252
- Add Laravel 11 support by @antonkomarev in #258
- Refactor Eloquent Model Attributes casting by @antonkomarev in #251
Full Changelog: 9.0.0...10.0.0
9.0.0
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 columnlove_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 columnlove_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
8.8.1
8.8.0
Removed
Fixed
- (#196) Fixed CVE-2021-21263 vulnerability
- (#196) Fixed GHSA-x7p5-p2c9-phvg vulnerability