Skip to content

Releases: Devoxist/ModuleScheduler

V1.2.0: Constructor Dependency Resolver

30 Jan 23:03
d64b3f1
Compare
Choose a tag to compare
  • Added a way to resolve the dependencies through the constructors.
  • Updated some code
  • Updated README.md
  • Updated Javadocs

V1.1.0: ModuleScheduler Option Added + Vulnerability Fix

30 Jan 15:00
7164274
Compare
Choose a tag to compare
  • Added an option to add custom logger.
  • Vulnerability fix that System.exit(1) is now an Exception that only kills the SchedulerThread.
  • Updated JavaDocs
  • Updated Tests
  • Updated README.md

V1.0.0 Release

29 Jan 23:49
f84e220
Compare
Choose a tag to compare
  • The release of the Module Scheduler