Skip to content

v3.3.3

Latest
Compare
Choose a tag to compare
@syntruth syntruth released this 26 Jul 01:12
Version 3.3.3

- Introduce `average`, `maximum`, and `minimum` methods on the Roll
  object, which is handled by the `MinMaxCalc` service class. Max
  returns the highest roll possible, and min naturally returns the
  lowest roll possible, and average returns a float between those.
- Updated the `dicebag` executable to have new options for the above new
  methods.