Skip to content

Latest commit

 

History

History
82 lines (46 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

82 lines (46 loc) · 3.3 KB

1.1.8 (2019/09/12)

1.1.7 (2019/09/12)

1.1.6 (2018/12/08)

1.1.5 (2018/12/01)

  • Corrects unique index between friendable_id and friend_id

There was a typo in the migration of version 1.1.4 and the migration was not tested or reviewed.

1.1.4 (2018/11/29)(yanked)

  • Adds unique index between friendable_id and friend_id to prevent duplicate friendships. (#64) @xilefff

1.1.3 (2018/11/3)

  • Add rails engine so that migrations will automatically be pulled in by rails (#60) @chevinbrown

1.1.2 (2018/11/3)

1.1.1 (2017/5/6)

1.1.0 (2017/5/6)

  • Implement callbacks for friendship state change (#41) @sbadura

1.0.2 (2016/5/31)

1.0.1 (2016/5/14)

1.0.0 (2016/5/7)

0.1.4 (2016/4/17)

0.1.3 (2016/4/5)

  • Fix blocked_friends (#23)

0.1.2 (2016/3/6)

  • Fix friends_with to return true only when an 'accepted' friendship exists (f73d1e)

0.1.1 (2016/2/20)

  • Fix overlapping migration timestamp #17

0.1.0 (2015/12/5)

  • Rails 4.x support (#11)
  • Add feature to block/unblock a friendable (#12)

0.0.3 (2015/7/29)

  • Fix #friends_with? logic. (#5)

0.0.2 (2015/7/19)

  • Add #friends_with? to check if an accepted friendship exists. (#5)

0.0.1 (2014/12/2)

  • Initial release