Releases: jogboms/time.dart
Releases · jogboms/time.dart
v2.1.6
What's Changed
- Fix: include milliseconds and microseconds in timeOfDay getter by @ajayi-joseph in #78
New Contributors
- @ajayi-joseph made their first contribution in #78
Full Changelog: v2.1.5...v2.1.6
v2.1.5
v2.1.4
v2.1.3
v2.1.2
What's Changed
- Handle UTC during
dateby @Paitomax in #60 - Fix wrong assertion when equal by @FMorschel in #61
- Fix
Duration.clampmin=max bug by @FMorschel in #63
New Contributors
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- First and Last days extensions added by @FMorschel in #51
- Clamp functions added to Duration and DateTime by @FMorschel in #53
New Contributors
- @FMorschel made their first contribution in #51
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.0.1
v2.0.0
v1.4.1
- Introduce
isAtSameYearAsextension toDateTime - Introduce
isAtSameMonthAsextension toDateTime - Introduce
isAtSameDayAsextension toDateTime - Introduce
isAtSameHourAsextension toDateTime - Introduce
isAtSameMinuteAsextension toDateTime - Introduce
isAtSameMillisecondAsextension toDateTime - Introduce
isAtSameMicrosecondAsextension toDateTime