All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add new High Variance cmdlet. I was going to try to be smart and figure out an equation to dynamically generate it, but I'm not that smart.
- All help is coming from comment help vs from markdown files
- Updated the tags to include platform.
- Change DiceType on New-DiceRoll to be string to allow better Get-Help output
- Add launch.json to help debug module
- Moved classes to singular class file to avoid TypeNotFound error
- Update Module manifest to empty *ToExport since the build process updates the functions list anyways.
Updating the module manifest to have the following:
- LicenseUri
- IconUri
Icon from hiclipart.com
Added a new cmdlet called New-HighVarianceDice
that will take a side count and
create the appropriate list. For non numeric, continue to use New-Dice
with a
custom list.
Mentioned this in the PowerShell Pocast it should probably build correctly...
Create the ability to create dice that are non numeric.
This is mostly a copy of HeyItsGilbert/MazeRats dice classes and cmdlets.