Skip to content

Releases: renoki-co/befriended

Version 1.1.2

21 Jul 07:38
cdff7c2
Compare
Choose a tag to compare
  • Added aliases for some methods

Version 1.1.1

21 Jul 07:21
Compare
Choose a tag to compare
  • Added scope to filter unfollowed models
  • Better readme

Version 1.1.0

20 Jul 19:16
71ae278
Compare
Choose a tag to compare
  • Splitting migrations into separate files.
  • Added ability to like models.

Version 1.0.2

20 Jul 19:04
0a3b6e7
Compare
Choose a tag to compare
  • Fixed the vendor:publish errors.
  • Fixed the readme with correct traits & contracts

Version 1.0.1

17 Jul 17:46
f0fc65c
Compare
Choose a tag to compare
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

17 Jul 17:21
3095e4d
Compare
Choose a tag to compare
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)