Releases: noctisynth/noctisroll
Releases · noctisynth/noctisroll
noctisroll v0.1.5
[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.
noctisroll v0.1.3
[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.
noctisroll v0.1.0
noctisroll-v0.1.0
chore: add `README.md`