date_time_iso 1.0.6 date_time_iso: ^1.0.6 copied to clipboard
Package to work with ISO date & time in separation and with its ranges.
1.0.6 #
- [Add] Date.isFirstDayOfWeek, Date.isFirstDayOfYear
1.0.5 #
- [BREAKING] DateRange no longer has const constructor
- [Add] DateRange is now an Iterable
1.0.4 #
- [Add] DateRange.contains
1.0.3 #
- [Doc] update pub version badge
1.0.2 #
- [Refactor] remove quiver dependency
- [Add] Date.daysUntil
- [Doc] update readme
- [Doc] resolve analysis issues
1.0.1 #
- [Documentation] Fix repository URL in pubspec
1.0.0 #
- [BREAKING CHANGE] Rewrite API to use ISO
0.8.0 #
- [Changed]
Time
formatting withenum
- [Changed]
Time
toString now is 'HH:mm:ss:SSS' - [Remove]
totalMilliseconds
useinMilliseconds
instead - [Fix] typos
0.7.1 #
- [Add]
milliseconds
0.6.1 #
- [Add] extension on
DateFormat
to formatDate
0.6.0 #
- [BREAKING CHANGE] getters
now
ofDate
andTime
into methodnow()
- [BREAKING CHANGE] constructors of
Date
andTime
with required named parameters - [Add]
copyWith()
forDate
andTime
0.5.0 #
- [Add] getter
now
forDate
- [Add] methods
parse
&tryParse
forDate
- [Add] methods
addDuration(dur:)
,closeTo()
,formatAs()
forTime
- [Add] new date functions and manipulations. Inspirited by dart_date (thanks for westito)
0.4.5 #
- [Add] arithmetic operators
0.4.4 #
- [Add]
OverflowedTime
- [Add] more tests
0.3.3 #
[Add] roundToTheNearestMin
for Time
0.2.2 #
[Fix] addDays
of Date
0.1.2 #
- [Add]
upTo
forTimeRange
- [Add]
format
forTime
- [Rename]
isInRange
tocontains
0.0.2 #
- [Add] examples
0.0.1 #
- [Add]
Date
andDateRange
classes - [Add]
Time
andTimeRange
classes - [Add] extensions for
DateTime
to separateDate
&Time