Skip to content

Changes

Ken Suenobu edited this page May 27, 2018 · 40 revisions

CHANGELOG

Current Version (0.1.0)

  • Ability to pause and resume jobs (#33)
  • Cancel implemented (#34)
  • Slight reorganization of build scripts and documentation
  • Bug fix with exception handler in JobExecutor, added ShellTask (#44)
  • Added RepeatingTask (#61)
  • Added DelayedTask (#70)
  • Added onStatusChange to RunnableTask (#71)
  • Added auto-incrementing Job ID (#31)

Version 0.0.3

  • Introduced the Change Log
  • Made Task easier to use with a convenience method (#41)
  • Made Task.async available as a convenience to create an asynchronous block of code (#47)
  • Added JobExecutor factory object
  • Slight clean-up of the project code and documentation for a final release
Clone this wiki locally