Releases: erdnaxeli/marmot
Releases · erdnaxeli/marmot
v0.3.1
- fix task reacting on channels skipping values
v0.3.0
⚠️ 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
- fix tasks not being started when added while marmot is already running
- add debug mode with
MARMOT_DEBUG
env var
v0.2.1
- don't hide exceptions anymore
- documentation
- examples
v0.2.0
- new task
OnChannelTask
: runs when a channel receive a value