Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 1.12 KB

Changelog

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

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

Added 0.1.2

  • Correctly calculate the probability of various results.

Changed 0.1.1

  • Fix the calculation of average roll to include the roll modifiers.

Added 0.1.0

  • Initiate React and add required dependencies.
  • Import FontAwesome, normalize.css, and modular scale into global.sass.
  • Build page structure and global styles.
  • Enable adding and removing dice.
  • Enable choosing the number of sides on the dice.
  • Calculate the results of rolls.
  • Analyze the minimum, maximum, and average results of rolls.

Changed 0.1.0

  • Change default .css files to .sass.
  • Customize the html file.