Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 672 Bytes

CHANGELOG.md

File metadata and controls

38 lines (25 loc) · 672 Bytes

Changelog

All Notable changes to laravel-reactions will be documented in this file.

Updates are following the Keep a CHANGELOG principles.

1.1.0 - 2024-06-26

Added

  • Add support of Laravel 11;

1.1.0 - 2023-10-19

Added

  • Add support of Laravel 10;

0.1.1 - 2017-03-26

Added

  • Reaction model that represents a reaction;
  • Reactable, Reacts and ReactlableInterface to add reaction features to models;
  • migrations for reactions and reactables tables;
  • service provider to execute migrations easily;

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing