Releases: DVDAGames/js-die-roller
Releases · DVDAGames/js-die-roller
Release list
v3.1.0: Fate Dice
What's Changed
- Feature/fate dice by @ericrallen & @abeatnik in #30
- chore(deps-dev): bump esbuild from 0.14.54 to 0.25.0 by @dependabot in #28
Full Changelog: v3.0.0...v3.1.0
Roller v3.0.0
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
Rolleris 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 ofRoller's dice
Actually publish the package this time
Previous publish workflow forgot to build the package so that it was ready to publish.
That should be fixed now.
TypeScript & More
Converts JS Die Roller to TypeScript and fixes a handful of minor bugs and inconveniences from a developer experience perspective.