- Loosened the constraints of the dependencies.
- Thightened the constraints of the dependencies.
- Added [EveryDueTimeOfDay] and [EveryDueWorkdayMonth] and their respective implementations for [DateValidator].
- Added [DateValidator] and some implementations.
- Implemented [DateValidator] in all implementations of [Every].
- Created [Period] and some implementations.
- Created [PeriodGeneratorMixin] and some implementations.
- API changes to always use optional named parameters.
- API changes replacing optional positional parameters for optional named parameters.
- Fixed typo on changelog.
- Updated dependency
time
to fix issues.
- Fixed repository and issues pointing to wrong package.
- Fixed example README.
- Renamed
isWorkDay
->isWorkday
. Since is the same day of release, I won't consider this a breaking change.
- Fixed Dart Conventions, added more description to the
pubspec.yaml
.
- Initial stable release.