forked from raw1z/amistad
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
62 lines (51 loc) · 2.04 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Version 0.7.5 (30.09.2011)
--------------------------
- Updated Rakefile to add default task that runs the ActiveRecord and Mongoid tests [David Czarnecki]
- Only load the relevant ORM classes depending on which is in use [David Czarnecki]
- Checked compatibilty with Rails 3.1
- Updated the dependencies versions
Version 0.7.4 (23.04.2011)
--------------------------
- Checked compatibilty with Mongoid 2.0 final release
- Updated the dependencies versions
Version 0.7.3 (19.02.2011)
--------------------------
- Fixed a bug occuring with mongoid when the users were created before amistad was activated in the user model (thanks to Drew Baumann for signaling this bug)
Version 0.7.2 (16.02.2011)
--------------------------
- Added total_friends() and total_blocked() which count friendships and blocks without loading associations (by David Czarnecki)
- Added namespaced rake tasks spec:activerecord and spec:mongoid (suggested by Adrian Dulić)
- Use fuubar
Version 0.7.1 (12.02.2011)
--------------------------
- Totally mess the previous relase. This one fix it.
Version 0.7.0 (12.02.2011)
--------------------------
- add mongoid support
- method remove changed to remove_friendship
Version 0.6.0 (06.01.2011)
--------------------------
- improved blocking and unblocking friends
- method is_friend_with? changed to friend_with?
- method is_connected_with? changed to connected_with?
- method was_invited_by? changed to invited_by?
- method has_invited? changed to invited?
- added method blocked?
Version 0.5.8 (08.12.2010)
--------------------------
- made find_any_friendship_with public
Version 0.5.7 (07.12.2010)
--------------------------
- fixed bug with invitation approving
- cleaned up the invite and approve methods
Version 0.5.6 (30.11.2010)
--------------------------
- added has_invited? method in FriendModel
- added is_connected_with? method in FriendModel
- improved was_invited_by?
Version 0.5.5 (29.11.2010)
--------------------------
- added unblock method in FriendModel
Version 0.5.2 (28.11.2010)
--------------------------
- Migrated gem to bundler