Skip to content

Releases: fluentscheduler/FluentScheduler

5.1.3

03 Jan 10:55
Compare
Choose a tag to compare
  • Fixed concurrency issue when checking for non reentrancy (664024b).

5.1.2

20 Dec 23:40
Compare
Choose a tag to compare
  • Fixed reentrancy (#107).

5.1.1

20 Dec 09:59
Compare
Choose a tag to compare

Broken release. Please refer to 5.1.2.

5.1.0

05 Nov 02:59
Compare
Choose a tag to compare
  • A StopAndBlock method (#93);
  • Using .NET Standard (#105).

5.0.0

20 Jul 15:52
Compare
Choose a tag to compare
  • Simplified event types and signatures (d1203f4);
  • Starting AndEvery only after ToRunOnceAt is fired (#86);
  • Fixed exception thrown when the delay time is greater than the maximum supported by the Timer class (#87).

4.1.2

07 Jul 02:28
Compare
Choose a tag to compare
  • Fixed child schedule delaying (dd1500f).

4.1.1

07 Jun 21:25
Compare
Choose a tag to compare
  • Making sure a new job is instantiated when its schedule fires (#82).

4.1.0

13 May 23:49
Compare
Choose a tag to compare
  • Accepting custom job implementation on Schedule, AddJob and AndThen (#65).

4.0.1

17 Apr 15:57
Compare
Choose a tag to compare

4.0.0

18 Mar 03:35
Compare
Choose a tag to compare
  • Renamed "task" (ITask, TaskManager and TaskFactory) to "job" (IJob, JobManager and JobFactory) (cbe49c7);
  • .NET Core support (555582e);
  • Fixed some locking issues on the TaskManager JobManager (#63);
  • Implemented Weekdays (#60);
  • Pointing out the lack of DST support on README (87d8d4e);
  • Made a single test project on solution (0005b5a);
  • Reorganized much of the code (dff8529, 399ff88);
  • A logo, yay! (cd47f84).