- Fixed arithmetic exts on int
- Added
bool.toInt()
- Added
DateTime.copyWith
- Fixed
DateTime.previousMonday
andDateTime.nextMonday
not handling DST.
- Added
DateTime.isOnOrBefore
andDateTime.isOnOrAfter
- Fixed
DateTime.isSameWeek
- Added
DateTime.isSameWeek
- Added
endOfDay
- Made
endOfWeek
return the last moment of Sunday
-
Renamed
beginningOfWeek
tostartOfWeek
. -
Discarded time information in
startOfWeek
andendOfWeek
. -
Added
beginningOfWeek
andendOfWeek
toDateTime
.
- Added
previousMonday
andnextMonday
toDateTime
.
Initial release