- Drop support for [email protected] and add 0.12 and 4.2
- fix .voted(user) throws error: "Cannot read property 'positive' of undefined"
- Adding documentation for unvote with callback
- Adding documentation for the unvote option
- Add new
unvote
method to cancel votes - Update to no longer support
vote.census
array - Update makefile
- Merge branch 'master' of github.com:cristiandouce/mongoose-voting
- Remove [email protected] from supported versions
- Update README.md typo
- Update package.json module description
- Add .upvotes(), .downvotes() and .votes() counters
- Updated package.json
- Add travis-ci image to Readme.md
- Updated Readme.md
- Initial commit