Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 537 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 537 Bytes

0.7.0 - TBD

0.6.0 - 2023-02-15

  • Support Flutter 3.7
  • Upgrade dependencies

0.5.0 - 2022-07-15

  • Support Flutter 3
  • Upgrade dependencies

0.4.0 - 2022-02-25

  • Fix index of dayOfWeek and month values
  • Rename parent var to cronDay
  • Improve QUARTZ and STANDARD cron handlers

0.3.0 - 2022-02-24

  • Add outputFormat property (default: CronExpressionOutputFormat.AUTO)
  • Fix dart lint issues
  • Upgrade dependencies

0.2.0 - 2021-08-05

  • Updated cron expression parser

0.0.1 - 2021-07-28

  • Initial release