Releases: renoki-co/befriended
Releases · renoki-co/befriended
Version 1.1.2
- Added aliases for some methods
Version 1.1.1
- Added scope to filter unfollowed models
- Better readme
Version 1.1.0
- Splitting migrations into separate files.
- Added ability to like models.
Version 1.0.2
- Fixed the
vendor:publish
errors. - Fixed the readme with correct traits & contracts
Version 1.0.1
Preliminary checks for implements in CanBeFollowed and CanFollow. (#4) * Added checks for contracts before blocking or following. * Adding a page that implements nothing. * Added tests to check implements. * Updating readme upon changes. [skip ci]
Version 1.0.0
More fixes and changes since its initial commit. (#3) * Interfaces becomes Contracts. * Separating contracts. * Moving filters to Scopes namespace. * Separating traits by usage. * Updating testing models. * Renamed scopes. * Updated readme. * Apply fixes from StyleCI (#2)