Skip to content

Releases: airjp73/dice-notation

Fix bug with crash-prevention

15 May 23:38
Compare
Choose a tag to compare

There was a bug in the crash-prevention code that capped the number of rolls at 100000. It was not working correctly when rolls were performed manually using the individual rolling functions (tokenize, rollDice, etc).

Prevent crashes by capping max number of dice rolls

07 May 03:34
Compare
Choose a tag to compare

Add fault-tolerant version of tokenize

03 May 01:44
Compare
Choose a tag to compare

Support passing external context into dice rollers

25 Apr 18:32
Compare
Choose a tag to compare

Improve documentation

21 Apr 20:57
Compare
Choose a tag to compare
2.0.2

2.0.2

Fix readme

21 Apr 19:58
Compare
Choose a tag to compare
2.0.1

2.0.1

Rework withPlugins

21 Apr 19:56
Compare
Choose a tag to compare

Thanks to @n1ru4l for the PR #12

Inject `random` into dice-roller

21 Apr 13:51
Compare
Choose a tag to compare

Add support for unary operators

17 Apr 23:37
236114c
Compare
Choose a tag to compare
Merge pull request #9 from airjp73/unary-operators

Unary operators