Releases: jogboms/time.dart
Releases · jogboms/time.dart
v2.1.5
v2.1.4
v2.1.3
v2.1.2
What's Changed
- Handle UTC during
date
by @Paitomax in #60 - Fix wrong assertion when equal by @FMorschel in #61
- Fix
Duration.clamp
min=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
isAtSameYearAs
extension toDateTime
- Introduce
isAtSameMonthAs
extension toDateTime
- Introduce
isAtSameDayAs
extension toDateTime
- Introduce
isAtSameHourAs
extension toDateTime
- Introduce
isAtSameMinuteAs
extension toDateTime
- Introduce
isAtSameMillisecondAs
extension toDateTime
- Introduce
isAtSameMicrosecondAs
extension toDateTime
Null safety?!
- Introduce null safety