Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

45 lines (26 loc) · 1.13 KB

2.2.2 - 2024.11.27

  • Loosened the constraints of the dependencies.

2.2.1 - 2024.11.19

  • Thightened the constraints of the dependencies.

2.2.0 - 2024.11.19

  • Added [EveryDueTimeOfDay] and [EveryDueWorkdayMonth] and their respective implementations for [DateValidator].

2.0.0 - 2023.03.28

  • Added [DateValidator] and some implementations.
  • Implemented [DateValidator] in all implementations of [Every].
  • Created [Period] and some implementations.
  • Created [PeriodGeneratorMixin] and some implementations.

Breaking changes

  • API changes to always use optional named parameters.
  • API changes replacing optional positional parameters for optional named parameters.

1.0.4 - 2022.08.23

  • Fixed typo on changelog.
  • Updated dependency time to fix issues.

1.0.3 - 2022.08.23

  • Fixed repository and issues pointing to wrong package.
  • Fixed example README.

1.0.2 - 2022.08.23

  • Renamed isWorkDay -> isWorkday. Since is the same day of release, I won't consider this a breaking change.

1.0.1 - 2022.08.23

  • Fixed Dart Conventions, added more description to the pubspec.yaml.

1.0.0 - 2022.08.23

  • Initial stable release.