Skip to content

Releases: jogboms/time.dart

v2.1.6

07 Dec 08:03
421b33a

Choose a tag to compare

What's Changed

  • Fix: include milliseconds and microseconds in timeOfDay getter by @ajayi-joseph in #78

New Contributors

Full Changelog: v2.1.5...v2.1.6

v2.1.5

18 Nov 20:50
bf7c7b0

Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

18 Jan 12:02
27be22d

Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

03 Sep 05:12
6fea0d7

Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

23 Aug 11:08
e35471f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

04 Jun 06:39
5c4c1e5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

08 Dec 11:00
d11e087

Choose a tag to compare

  • Introduce package:clock dependency for more predictable testing

v2.0.1

14 Nov 07:15
ced5e28

Choose a tag to compare

  • Implement utc support for copyWith operation

v2.0.0

05 Mar 17:43
59f9b36

Choose a tag to compare

  • Migrate to null-safety

v1.4.1

05 Mar 06:33

Choose a tag to compare

  • Introduce isAtSameYearAs extension to DateTime
  • Introduce isAtSameMonthAs extension to DateTime
  • Introduce isAtSameDayAs extension to DateTime
  • Introduce isAtSameHourAs extension to DateTime
  • Introduce isAtSameMinuteAs extension to DateTime
  • Introduce isAtSameMillisecondAs extension to DateTime
  • Introduce isAtSameMicrosecondAs extension to DateTime