Skip to content

Releases: Jolkert/saikoro

v1.1.1

23 Jan 07:44
Compare
Choose a tag to compare

v1.1.1

Tweaks

  • DiceEvaluations now have their RollGroups sorted by the order in which they were initially evaluated

v1.1.0

14 Jan 20:25
Compare
Choose a tag to compare

v1.1.0

Changes

  • Reworked how comparison operators work. Comparisons are now properly parsed as ternary operators, and now no operators can produce
    an error at evaluation-time. Due to received feedback, the comparison operators are also the lowest priority operators. Their priority
    is still subject to change.

v1.0.0

13 Jan 06:30
Compare
Choose a tag to compare

v1.0.0

Features

Absolute necessities for the library now exist including:

  • Added dice operator (D/d)
  • Added basic math operators (+, -, *, /, %, ^)
  • Added comparison operators (==, !=, <, >, <=, >=)