Releases: twonirwana/DiceEvaluator
Releases · twonirwana/DiceEvaluator
v0.9.1
v0.9.0
- color on function
- gradle 8.10
v0.8.2
Fix handling of if functions with empty results
v0.8.1
- improve GivenDiceNumberSupplier
- better error messages
- optional provide Roller with numberSupplier
v0.8.0
- Adding a dieId to identify a random element and use the dieId to predetermine the result of a random element
- Returning the exact position in the expression on an exception
v0.7.0
Minus now removes identical elements from the list and =
of a empty list is 0
v0.6.1
- Limit result size and make children rolls optional to save heap
- Explode function
- Better Replace
- Fixed result expression
v0.5.8
Improve validation of:
- big numbers
- missing comma in functions
- multi lines
v0.5.7
Fix line break in literals
v0.5.6
fix error in if and in + priority