CHANGELOG.rdoc in voteable_mongoid-0.6.0 vs CHANGELOG.rdoc in voteable_mongoid-0.6.1
- old
+ new
@@ -1,5 +1,8 @@
+== 0.6.1
+ * Set counters and point to 0 for uninitialized voteable objects in order sort and query
+
== 0.6.0
* Minimize vote data store (using short field names votes.u, votes.d, votes.c ...)
* Add Voter#up_votees, Voter#down_votees
* Remove index and scope from statistic module. User have to add indexes and scopes manually (see https://github.com/vinova/simple_qa/blob/master/app/models/question.rb)
* Bug fixes
@@ -15,5 +18,14 @@
* Add up_votes_count, down_votes_count
* Re-generate vote statistic data (counters and point)
== 0.4.3
* Wrap vote data in voteable namespace (voteable.up_voters_id, voteable.down_voters_ids, voteable.votes_count ...)
+
+== 0.4.2
+ * Bug fixes
+
+== 0.4.0
+ * Can unvote
+
+== 0.3.5
+ * Use mongoid 2.0.0.rc