v0.8.0
This was a very eventful release with lots of excellent community contributions. Huge thanks to everyone who helped!
- @elbe0046 added support for
?
in the day-of-week and day-of-month fields. (#57) - @sebest migrated
cron
to Rust's 2018 edition. (#63) - @elbe0046 added support for periods like
*/2
,10-20/2
, andMon-Thurs/2
. (#64) - @sebest + @adeschamps removed
cron
's dependency onerror-chain
. (#65) - @deankarn added an implementation of
DoubleEndedIterator
forScheduleIterator
, allowing iteration backwards through time with.rev()
. (#66)