Skip to content

1.1.0

Compare
Choose a tag to compare
@adamgraham adamgraham released this 13 Jul 04:41
· 67 commits to main since this release

Added

  • New Dice static class for rolling dice + additional dice roll functions
  • New NumberAbbreviation data structure + extensions ToAbbreviatedString
  • New DoubleEqualityComparer to compare doubles based on # of decimals
  • New Vector2Int extensions class
  • New Vector3Int extensions class
  • New List extensions class
  • Extension methods for shuffling arrays and lists Shuffle()
  • Extension method RandomPointInside for BoundsInt
  • Additional IsBetween variants for inclusive/exclusive number ranges
  • Dozens of new input processors and support for more types

Changed

  • Dice roll functions moved from Chance class to new Dice class
  • Overhauled documentation comments
  • Updated package description and README