Releases: TabletopAssistant/DiceKit
Releases · TabletopAssistant/DiceKit
0.2: Dice All the Way Down
- 🎲 Add type for constants.
Brentley Jones #48 - 🎲 Add convenience functions and operators for making dice and expressions.
Jonathan Hoffman #44 - 🎲 Add the ability to determine the probability mass of an expression.
Brentley Jones #42 - ⛔ Limit iOS deployment target to iOS 8.
Brentley Jones #83 - 🔍 Add
CustomStringLiteral
andCustomDebugStringLiteral
conformance to base types.
Jonathan Hoffman #55 - 🎲 Add support for subtraction of expressions (e.g.
d20 - 5
)
Jonathan Hoffman #80 - 🎲 Add min/max operations.
Logan Johnson #64
0.1: It Starts with a Single Die
- 🎲 Support rolling individual dice.
Brentley Jones - 🎲 Initial support for expressions (e.g.
2d8 + 8
). Greatly expanded support is planned for the next release.
Brentley Jones #26 - 📝 Initial TomeOfKnowledge playground. Consult the Tome for great examples of using DiceKit.
Brentley Jones #38 - 📝 Initial README, LICENSE, CONTRIBUTING, and CHANGELOG.
Brentley Jones