You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* isAfter, isBefore and diffMilliseconds now accept null/undefined to allow comparison with `now`
* isBefore & isAfter doc change from now -> the current time
changed isEqual to accept 1 optional date
* all diff* functions now accept optional date arguments
* all add* functions now support optional date argument.
tests for them are combined with the ones for diff
* same* now also support optional date arguments
* nearestDay now accepts optional date input
* *end, *start, yearDays, monthDays & dayOfYear now support optional date input
* offset, removeOffset, tzDate, fill & createPartMap now support optional date input
added 'the' before current * were missing
* added isFuture & isPast
* fix sameSecond inputDateA to Maybe
* yearStart inputDate to maybe type
* export isFuture & isPast
* jsdoc change for MaybeDateInput to use `current time` instead of `now`
0 commit comments