CHANGELOG.rdoc in voteable_mongoid-0.7.4 vs CHANGELOG.rdoc in voteable_mongoid-0.7.5

- old
+ new

@@ -1,15 +1,15 @@ == 0.7.4 - * Add Voteable#up_voters(VoterClass), Voteable#down_voters(VoterClass), Voteable#voters(VoterClass) - * Add Voter scopes: Voter.up_voted_for(voteable_object), Voter.down_voted_for(voteable_object), Voter.voted_for(voteable_object) + * Add Votee#up_voters(VoterClass), Votee#down_voters(VoterClass), Votee#voters(VoterClass) + * Add Voter scopes: Voter.up_voted_for(votee), Voter.down_voted_for(votee), Voter.voted_for(votee) * Add voteable ..., :index => true options * Optimization on unvote and revote validations * Fix for :up & :down points are nil in rake tasks == 0.7.3 * Add :return_votee => true option to vote function to warranty always return voteable object - * Add Voteable.voted?, Voteable.up_voted?, Voteable.down_voted? + * Add Votee.voted?, Votee.up_voted?, Votee.down_voted? * Update parent for ManyToMany relationship * Refactor == 0.7.2 * Use Collection#find_and_modify to retrieve updated votes data and parent_ids (don't need an extra query to get parent_ids) @@ -21,10 +21,10 @@ == 0.7.0 * Use readable field names (up, down, up_count, down_count, count, point) instead of very short field names (u, d, uc, dc, c, p) == 0.6.4 - * Drop Voter#votees, Voter#up_votees, Voter#down_votees in favor of Voteable#voted_by(voter), Voteable#up_voted_by(voter), Voteable#down_voted_by(voter) scopes + * Drop Voter#votees, Voter#up_votees, Voter#down_votees in favor of Votee#voted_by(voter), Votee#up_voted_by(voter), Votee#down_voted_by(voter) scopes == 0.6.3 * Add rake db:mongoid:voteable:migrate_old_votes to migrate vote data created by version < 0.6.0 to new vote data storage == 0.6.2