- Adding ability to use any
IEnumerable
, instead of specifyingStack
andQueue
constructors Draw(int)
now returns anarray
instead of aList
- You can now provide a
Random
object to the constructor, which will be used for shuffling - Removed the
Shuffler
helper class
- Initial documentation for the project
- First setup with Unity Package Manager