Skip to content

Releases: dl1998/go-scheduler

Release v1.0.2

27 Feb 20:04
32755d7
Compare
Choose a tag to compare

Changelog:

  • Improved Readme
    • Add installation guide
    • Update usage with couple examples
    • Add class diagram
  • Add new examples
    • Update basic (simplify it)
    • Add example how to schedule function with parameters
    • Add example how to use Task.context
    • Add example how to interrupt Task execution

Release v1.0.1

27 Feb 09:11
094347b
Compare
Choose a tag to compare

Changelog:

  • Fix implementation for StopTask to throw an error for the tasks that doesn't exist

Release v1.0.0

22 Feb 22:36
2f8e6b7
Compare
Choose a tag to compare

Changelog:

  • Add Wait method
  • Update basic example to use Wait method

Release v0.0.2

20 Feb 21:09
9ae4233
Compare
Choose a tag to compare

Add go badge to README.md.