- Support for Rails 6;
- Support for Ruby 2.6.5.
- Now is possible pass string on vote value.
- Added method
status
to return the status of some vote record.
- The voting warm up registers is only made on creation to avoid overhead.
- The Rails dependency was reduced to only activerecord;
- The
voted?
method now support ask if the vote waspositive
ornegative
.
- First release.