- fix
isWeekend
- Update dependencies
- Merge Add setWeekDay function #24
- Merge Fix Interval intersection #22
- Merge Update README.md #21
- Merge PR to fix week calculation
- Add null-safety
- Rename
UTC
toutc
&Local
tolocal
to follow dart analysis - Changes in PR #6
- Add optional
ignoreDaylightSavings
toadd*
methods
- Fix isMonday, isTuesday, isWednesday, isThursday, isFriday, isSaturday, isSunday
- Add getWeekYear, getWeek, getISOWeek, getISOWeeksInYear, startOfWeekYear, startOfISOWeekYear
- Merged PR: //github.com/xantiagoma/pull/2
- Improve documentation
- Add extension operators on DateTime and Duration
- same
1.0.4
pub.dev
recommendations
- Delete
this
if not needed and convert functions to=>
if possible
dartfmt
overwriting
- Include recommendations from
pub.dev
- !!! Broken API related to 0.x versions
- Using new fancy dart extensions feature
- Use
.method()
or.property
to access extension methods / getters andDate.method()
/Date.property
for new static properties.
- Changes
Date.parse
to accept or not a format - Added
date.isFirstDayOfMonth
getter - Added
date.isLastDayOfMonth
getter - Added
date.isLeapYear
getter
- Adding documentation and timeago
date.timeago()