Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 603 Bytes

CHANGELOG.md

File metadata and controls

29 lines (16 loc) · 603 Bytes

2.0.2 (2021-05-27)

  • update dependencies to newest version

2.0.1 (2021-05-27)

  • format code with dartfmt

2.0.0 (2021-05-27)

  • opt in to null safety. Requires Dart SDK >= 2.12.0

1.0.3 (2020-01-25)

  • fix typo in pubspec.yaml description
  • update README.md

1.0.2 (2020-01-23)

  • fix pubspec.yaml

1.0.1 (2020-01-23)

  • fix pubspec.yaml

1.0.0 (2020-01-23)

  • add TimeSpan.inHours which returns a double value representing the amount of hours and minutes of a time span.
  • Add TimeSpan.inMinutes which returns an integer value representing the amount of minutes of a time span.