Skip to content

Version 1

No due date 28% complete

Please contact @marksalpeter if you have anything you'd like to see in Version 1 of this library

for progress on the early beta versions please see: https://github.com/jasonlvhit/gocron/tree/v1.0

Features

  • Support for intervals greater than 1 when specifying days of the week
  • Remove Hour(), Minute(), etc panics for semantic reasons
  • Addition of IsRunning()

Please contact @marksalpeter if you have anything you'd like to see in Version 1 of this library

for progress on the early beta versions please see: https://github.com/jasonlvhit/gocron/tree/v1.0

Features

  • Support for intervals greater than 1 when specifying days of the week
  • Remove Hour(), Minute(), etc panics for semantic reasons
  • Addition of IsRunning() and Stop() methods
  • Document and clarify the implementation of the Job methods
  • Make the Scheduler an interface
  • Concurrency support
  • Remove ChangeLoc(...) NewJob private
  • tests for every edge case and major piece of functionality
  • Better godoc comments
  • More complete ReadMe.md
  • official good examples
Loading