Skip to content

Releases: erdnaxeli/marmot

v0.4.0

18 Apr 20:03
Compare
Choose a tag to compare

Support Crystal 1.0.

v0.3.1

27 Dec 18:21
Compare
Choose a tag to compare
  • fix task reacting on channels skipping values

v0.3.0

27 Dec 17:06
Compare
Choose a tag to compare

⚠️ This release breaks compatibility with previous versions.

  • new method Marmot.at to run a task once at a given time
  • Marmot.cron is renamed Marmot.every, with the first parameter being a symbol :month, :day, :hour or :minute
  • Marmot.repeat is renamed Marmot.every

v0.2.2

27 Dec 12:22
Compare
Choose a tag to compare
  • fix tasks not being started when added while marmot is already running
  • add debug mode with MARMOT_DEBUG env var

v0.2.1

16 Dec 22:36
Compare
Choose a tag to compare
  • don't hide exceptions anymore
  • documentation
  • examples

v0.2.0

12 Dec 23:12
Compare
Choose a tag to compare
  • new task OnChannelTask: runs when a channel receive a value

v0.1.1

12 Dec 21:40
Compare
Choose a tag to compare
Bump to v0.1.1

v0.1.0

12 Dec 14:14
Compare
Choose a tag to compare
Init