dart_dice_parser 0.1.1 dart_dice_parser: ^0.1.1 copied to clipboard
A small library for parsing dice notation
Changelog #
0.1.1 #
- added contributing/code-of-conduct docs
0.1.0 #
- change DiceRoller to output information about individual rolls, instead of just returning the sum.
0.0.6 #
- remove dependency on quiver, since not heavily using it
0.0.5 #
- various fixes as I figure out what I'm doing with Dart
- empty/null checking with quiver.strings
0.0.1 #
- Initial version, created by Steve Christensen