- add .ms, .millisecond, .s, .seconds, .mins, .minutes, .hr, .hours, on num that returns [Duration]
- add .toInt() & .tryToInt() method on [String]
- add .toDouble() & .tryToDouble() methods on [String]
- add .toBool() & .tryToBool() methods on [String]
- add .random() method on [int] = add .random() & .randomOrNull() methods on [Set]
- Initial Release
- add .random() & .randomOrNull() methods on [List]