Skip to content

v/3.0.0

Compare
Choose a tag to compare
@TheBlindHawk TheBlindHawk released this 21 Feb 10:35
· 14 commits to main since this release
652d401

Version Updates:

Version 3 has some major changes in the constructor, as well as newly added features.
Any previously existing feature is still accessible, and upgrading to version 3 should be as easy as changing the way you pass your information.

additional features

  • further editable down to each section
  • (untested) add React compatibility without losing JS and TS compatibility

breaking changes

  • complete refactoring of the constructor to ease detailed customization
  • update the folder structure in a more future-proof way that eases the addition of brand new features
  • removing all development libraries (currently only relies on d3-selection)
  • Removing most unnecessary/repetitive functions
  • Example: you can now roll() with empty input to do what was previously rollRandom()