Releases: fluentscheduler/FluentScheduler
Releases · fluentscheduler/FluentScheduler
5.5.1
5.5.0
5.4.0
6.0.0-alpha.3
- Accepting async function on schedule creation (571e2b8).
6.0.0-alpha.2
6.0.0-alpha.1
- First alpha release on the library redesign.
5.3.0
5.2.1
5.2.0
- Added support for a factory method to instantiate jobs (#115);
- Added
InitializeWithoutStarting
method (#123); - Changed the behavior to run tomorrow if hour and minute is in today's past (#124);
- Added
WeekDaysOnly
for months (#128); - Added a warning on XML documentation on not providing a default constructor on a job (#131);
- Fixed miscalculation on the last day of the month ( #138);
- Fixed children schedules not respecting parent rules (#144);
- Accepting multiple registries when initializing (#146).