vote 2.1.0 vote: ^2.1.0 copied to clipboard
A number of voting methods implemented in Dart with base classes that allow easy comparison between implementations.
2.1.0 #
CondorcetElectionResult
- Added
fromPairs
factor constructor. - Added
pairs
getter.
- Added
2.0.0 #
CollectionPair.flip
now has only one parameter.- Added
ElectionResult
andCondorcetElectionResult
classes.
1.0.1 #
- Removed incorrect assert.
- Improved documentation in
README.md
.
1.0.0 #
- Added
ApprovalElection
andApprovalBallot
. - Added support for optional
candidates
inIrvElection
andCondorcetElection
. - Added
bool get hasSingleWinner
toElection
. - Require Dart
2.12.0
. - Null safety!
0.1.0+2 #
- Put
changelog.md
in the right spot.
0.1.0+1 #
- Add example and changelog.
0.1.0 #
- Firsts release