Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 457 Bytes

CHANGELOG.md

File metadata and controls

21 lines (12 loc) · 457 Bytes

1.1.0

  • add .ms, .millisecond, .s, .seconds, .mins, .minutes, .hr, .hours, on num that returns [Duration]

1.0.2

  • add .toInt() & .tryToInt() method on [String]
  • add .toDouble() & .tryToDouble() methods on [String]
  • add .toBool() & .tryToBool() methods on [String]

1.0.1

  • add .random() method on [int] = add .random() & .randomOrNull() methods on [Set]

1.0.0

  • Initial Release
    • add .random() & .randomOrNull() methods on [List]