- Accept Rails 5.0.x as a dependency @adambutler
- Fix missing methods issue (#28) @f-anthonioz
- Add down method to a migration (#30) @f-anthonioz
- Add a new migration for implementing state machine (#27) @ArmandoMendoza
- Implement state machine for friendship status (#24) @ArmandoMendoza
- Fix
blocked_friends
(#23)
- Fix friends_with to return true only when an 'accepted' friendship exists (f73d1e)
- Fix overlapping migration timestamp #17
- Rails 4.x support (#11)
- Add feature to block/unblock a friendable (#12)
- Fix
#friends_with?
logic. (#5)
- Add
#friends_with?
to check if an accepted friendship exists. (#5)
- Initial release