v/3.0.0
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 previouslyrollRandom()