Skip to content

Releases: mborders/artifex

v0.5.1

19 Jul 20:24
Compare
Choose a tag to compare
  • Added DispatchCronWithLocation to allow for timezone-based cron jobs
  • Added DispatchAt to allow for scheduling a future job at a specific time
  • Upgraded to go 1.20

v0.4.0

17 Aug 15:59
b8e1662
Compare
Choose a tag to compare
  • Added DispatchCron to allow for dispatching cron-based jobs

v0.3.1

15 Aug 02:12
Compare
Choose a tag to compare
  • Changed module path to mborders

v0.3

02 Nov 22:43
Compare
Choose a tag to compare
  • Improved cleanup for Stop(), which now shuts down all workers and tickers
  • Added more unit tests to cover various dispatch cases

v0.2

01 Nov 15:44
Compare
Choose a tag to compare
  • Added DispatchIn() to schedule jobs in the future
  • Added DispatchEvery() to schedule jobs on an interval
  • Added Stop() to stop dispatching and all workers

v0.1

31 Oct 20:31
42d9037
Compare
Choose a tag to compare
Update README.md