Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 354 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 354 Bytes

0.2.0

  • Add PollTally#balanceWithMedian() to balance a tally with thbe majority grade.

0.1.3

  • Document API according to Dart doc formatting.

0.1.2

  • Add PollTally#balanceWithGrade() and deprecate the other method.

0.1.0

  • Initial release.
  • Resolve a Poll using Majority Judgment, and get the rank of each proposal.
  • Unit-tests.