Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 915 Bytes

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 915 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Breaking Changes

Added

Fixed

Changed

Removed

0.0.3 - 2023-05-16

Added

  • Use regular expression to parse dice notation string.
  • Calculated and applied any modifiers to the total roll sum.

0.0.2 - 2023-05-16

Added

  • Implemented roll() function that uses native xorshift128+ PRNG to generate rolls.
  • Added the ability to parse generic tabletop RPG dice string for greater versatility when rolling dice.