Skip to content

Latest commit

 

History

History
104 lines (60 loc) · 3.09 KB

CHANGELOG.md

File metadata and controls

104 lines (60 loc) · 3.09 KB

Changelog

Here you can see the full list of changes between each Laravel Like release.

v1.0.5 - 2024-10-11

Full Changelog: https://github.com/cslant/laravel-like/compare/v1.0.4...v1.0.5

v1.0.4 - 2024-10-11

What's Changed

  • Add static for get interaction type by string

Full Changelog: https://github.com/cslant/laravel-like/compare/v1.0.3...v1.0.4

v1.0.3 - 2024-10-11

What's Changed

Full Changelog: https://github.com/cslant/laravel-like/compare/v1.0.2...v1.0.3

v1.0.2 - 2024-10-06

What's Changed

  • Feat/new interaction scopes by @tanhongit in #4
    • Create a new method to get the interaction value by string.
    • Create new methods to check the user's interaction for the model.
    • Create new methods to check the interaction in the model by user.
    • Create new methods to forget interaction by type or all.

Full Changelog: https://github.com/cslant/laravel-like/compare/v1.0.1...v1.0.2

v1.0.1 - 2024-09-28

What's Changed

  • Interaction of Like by @tanhongit in #3

    • Update config
    • Update tutorial comments
    • Add relationships for the Like model
    • Refactor Like traits
  • Add a relationship for the User model

Full Changelog: https://github.com/cslant/laravel-like/compare/v1.0.0...v1.0.1

v1.0.0 - 2024-09-26

What's Changed

  • Interaction features by @tanhongit in #2
    • Update love trait
    • Implement to get the interaction type
    • Create methods to check the interaction type of the model
    • Create the toggle Like Interaction
    • Add new scopes for Like model
    • Refactor code

Full Changelog: https://github.com/cslant/laravel-like/compare/v0.4.0...v1.0.0

v0.4.0 - 2024-09-25

What's Changed

  • Refactor Like trait structures
  • Create new count_digital helper function
  • Create new total-like methods for each type (Like, Dislike, Love)
  • Move love into a separate trait

Full Changelog: https://github.com/cslant/laravel-like/compare/v0.3.0...v0.4.0

v0.3.0 - 2024-09-24

Full Changelog: https://github.com/cslant/laravel-like/compare/v0.2.0...v0.3.0

v0.2.0 - 2024-09-23

Full Changelog: https://github.com/cslant/laravel-like/compare/v0.1.1...v0.2.0

v0.1.1 - 2024-09-23

Full Changelog: https://github.com/cslant/laravel-like/compare/v0.1.0...v0.1.1

v0.1.0 - 2024-09-23

What's Changed

  • fix: update php cs fixer config by @tanhongit in #1

New Contributors

  • @tanhongit made their first contribution in #1

Full Changelog: https://github.com/cslant/laravel-like/commits/v0.1.0