maennchen / crontab

Parse Cron Expressions, Compose Cron Expression Strings and Caluclate Execution Dates.
https://hex.pm/packages/crontab
MIT License
91 stars 32 forks source link

Support non-range step values #124

Closed shaolang closed 7 months ago

shaolang commented 7 months ago

This also fixes the bug where -8/2 step values being wrongly parsed as a range in :complex_divider case.

Fixes #123