Skip to content

v1.0.0

Compare
Choose a tag to compare
@derikb derikb released this 27 Dec 18:50
· 47 commits to master since this release

Lots of refactoring in this one (not much that is actually new as far as features go).

See the bottom of the README for more specifics about what changed.

Main changes:

  • More use of classes, more consistent typing, etc.
  • Smaller exports (i.e. most files are just exporting a single class.
  • TableRoller is the new name for the main RandomTable handler class.
  • Dice roller functions can be used as a separate export.
  • RandomNameGenerator is now class and is not dependent on the TableRoller.
  • Better error handling.
  • Less redundancies.
  • Started adding unit tests.