All Versions
16
Latest Version
Avg Release Cycle
118 days
Latest Release
1423 days ago

Changelog History
Page 1

  • v6.0.0-alpha.3

    May 05, 2020
  • v6.0.0-alpha.2

    May 05, 2020
  • v6.0.0-alpha.1

    April 14, 2020
  • v5.5.1 Changes

    September 20, 2020
    • ๐Ÿ‘Œ Supporting .NET Standard 2.0 again (b361bfb).
  • v5.5.0 Changes

    August 03, 2020
    • โž• Added IAsyncJob (17bd278);
    • โœ‚ Removed InitializeWithoutStarting (ce6b4d6);
    • โœ‚ Removed Years time unit (6be0edc).
  • v5.4.0 Changes

    July 20, 2020
    • โฑ Converted project to .NET Standard 2.0 (b0a4622).
  • v5.3.0 Changes

    June 23, 2017
    • โฑ Milliseconds support (e086bc1);
    • โฑ A RemoveAllJobs method (46a16ca).
  • v5.2.1 Changes

    May 19, 2017
    • โฑ Relying on netstandard 1.4.0 and not 1.5.0 to not break compatibility with UWP (#145).
  • v5.2.0 Changes

    May 13, 2017
    • โž• 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).
  • v5.1.4 Changes

    March 08, 2017
    • ๐Ÿ›  Fixed potential deadlock on StopAndBlock (af54d4c).