rollable/CHANGELOG.md

13 lines
287 B
Markdown

# v0.1
## v0.1.2
- Block DOS attack in the parser
## v0.1.1
- Dice can be ordered (<, <=, >, >=, <=>), Roll.compact, Roll.order
## v0.1.0
- Roll.parse("...") to create a rollable set of dices
- Die (one die), Dice (count of Die), Roll (list of Dice)
- Specs to cover most of the code