Skip to content

Releases: DVDAGames/js-die-roller

v3.1.0: Fate Dice

Choose a tag to compare

@ericrallen ericrallen released this 07 Mar 03:29

What's Changed

Full Changelog: v3.0.0...v3.1.0

Roller v3.0.0

Choose a tag to compare

@ericrallen ericrallen released this 05 Mar 18:49

The latest version of Roller is now available. This is a major version change due to breaking changes in the way roll results are returned.

  • Version 3 changes how responses are returned so that Roller is more consistent to work with.
  • The documentation has been updated to include examples ranging from simple rolls to an advanced Character sheet implementation. Better docs about the way results are returned are coming soon.
  • Support for deeply nested functions, like the 4d6 drop the lowest 7 times drop the lowest for DnD 5e ability scores
  • Added tests for statistical bias and advanced functionality
  • Added some analysis and comparison to Math.random() for very large samples (2.5M rolls) to illustrate the improved fairness and decreased bias of Roller's dice

Actually publish the package this time

Choose a tag to compare

@ericrallen ericrallen released this 11 Oct 17:29

Previous publish workflow forgot to build the package so that it was ready to publish.

That should be fixed now.

TypeScript & More

Choose a tag to compare

@ericrallen ericrallen released this 11 Oct 16:42

Converts JS Die Roller to TypeScript and fixes a handful of minor bugs and inconveniences from a developer experience perspective.