d20 0.3.1+1
d20: ^0.3.1+1 copied to clipboard
D20 is a Dart library for RPG dice rolling. Supports standard notation (like "2d12", "d6+5" and "2d20-L").
CHANGELOG #
0.3.1+1 #
- Update devcontainer.
0.3.1 #
- Fix pipeline.
0.3.0 #
- Make some results fields non-nullable, 💅 to analysis_options.
0.2.0-nullsafety.0 #
- Migrate to nullsafety.
0.2.0-1 #
- Add codespaces configuration and GitHub Actions workflows.
0.2.0 #
- Add
rollWithStatistics
toD20
, with (probably) useful information of roll results.
0.1.1 #
- Obvious conditional optimization.
0.1.0 #
- Add support to
-L
/-H
subtractions.
0.0.3 #
- Add support to
d%
notation.
0.0.2 #
- Initial release. Support standard dice notation and arithmetic operations.