Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 717 Bytes

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 717 Bytes

0.2.1

  • Fixed arithmetic exts on int

0.2.0

  • Added bool.toInt()

0.1.0

  • Added DateTime.copyWith

0.0.8

  • Fixed DateTime.previousMonday and DateTime.nextMonday not handling DST.

0.0.7

  • Added DateTime.isOnOrBefore and DateTime.isOnOrAfter
  • Fixed DateTime.isSameWeek

0.0.6

  • Added DateTime.isSameWeek

0.0.5

  • Added endOfDay
  • Made endOfWeek return the last moment of Sunday

0.0.4

  • Renamed beginningOfWeek to startOfWeek.

  • Discarded time information in startOfWeek and endOfWeek.

  • 0.0.3

  • Added beginningOfWeek and endOfWeek to DateTime.

0.0.2

  • Added previousMonday and nextMonday to DateTime.

0.0.1

Initial release