Releases: jogboms/time.dart
Releases · jogboms/time.dart
Present, Past and Future
- Introduce
isToday
extension toDuration
- Introduce
isTomorrow
extension toDateTime
- Introduce
wasYesterday
extension toDateTime
Delayed goodness
- Introduce
delay
extension toDuration
- Introduce
copyWith
extension toDateTime
A walk through Time
- 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
- Undo breaking change
All in for the num
v1.1.0 Support for other variants of num (#11)
Just in time.
v1.0.0 Include Travis and Code coverage (#7)