Skip to content

Releases: jogboms/time.dart

Present, Past and Future

24 Nov 22:12
Compare
Choose a tag to compare
  • Introduce isToday extension to Duration
  • Introduce isTomorrow extension to DateTime
  • Introduce wasYesterday extension to DateTime

Delayed goodness

03 Apr 05:00
13254f8
Compare
Choose a tag to compare
  • Introduce delay extension to Duration
  • Introduce copyWith extension to DateTime

A walk through Time

04 Dec 21:38
b4318a8
Compare
Choose a tag to compare
  • Iterate through a DateTime range:
final DateTime start = DateTime(2019, 12, 2);
final DateTime end = start + 1.weeks;
final DateTime tuesday = start.to(end).firstWhere((date) => date.weekday == DateTime.tuesday);

Undo the cracks

19 Nov 22:07
0e99283
Compare
Choose a tag to compare
  • Undo breaking change

All in for the num

29 Oct 08:41
494a9cc
Compare
Choose a tag to compare
v1.1.0

Support for other variants of num (#11)

Just in time.

14 Oct 18:15
2a26dbd
Compare
Choose a tag to compare
v1.0.0

Include Travis and Code coverage (#7)