Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 2.69 KB

Changelog

[0.1.5]

Refactors

  • 9a8bf69 (#12 by @fu050409) Refactor Dice struct to use u32 instead of i32 for the sides field and it's result.
  • 82efd32 (#10 by @fu050409) Refactored the grammar to make it more scalable, universal, and easier to maintain.

[0.1.4]

Bug Fixes

[0.1.3]

New Features

  • 8135065 (#6 by @fu050409) Support dice filter in grammar parsing.

    For example, 6d6k3 will roll 6 six-sided dice and keep the highest 3 results and 6d6q3 will roll 6 six-sided dice and keep the lowest 3 results.

[0.1.2]

New Features

[0.1.1]

New Features