Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 669 Bytes

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 669 Bytes

[1.0.2]

  • renamed package from abstarct_date to abstract_date

[1.0.0]

  • null safety

[0.0.6]

  • added Year class
  • added EfficientLeapYear mixin for DateAdapters

[0.0.5]

  • default adapters will be registered automatically if their is no registered adapters
  • added Week class
  • added Month class

[0.0.4]

  • added FormattedDate
  • added DateFormatter mixin on DateAdapter
  • added formatBuilder for Date

[0.0.3]

  • added default adapters HijriDate, GregorianDate or MiladiDate , ShamsiDate or JalaliDate or PersianDate

[0.0.2]

  • added isTypeOf<T>() to Date

[0.0.1]

  • added Date
  • added DateAdapter