Skip to content

Releases: maennchen/crontab

Improve Writer to support all features & Improve Tests

23 Dec 14:50
Compare
Choose a tag to compare
v0.5.1

v0.5.1 Improve Tests & Fix Writer.

Support # Notation for nth weekday in month.

23 Dec 14:41
Compare
Choose a tag to compare

What's Changed

  • Support # Notation for nth weekday in month. by @maennchen in #5

Full Changelog: v0.4.0...v0.5.0

Support L Modifier

23 Dec 14:05
Compare
Choose a tag to compare

What's Changed

  • Support L modifer for day, weekday & month by @maennchen in #4
    • * * * * 5L
    • * * * * TUEL
    • * * L
    • * * * L
    • * * * * L

Full Changelog: v0.3.0...v0.4.0

Support Specific Divider Bases.

23 Dec 14:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

Support Ranges that go around the edge of a range.

23 Dec 14:03
Compare
Choose a tag to compare

What's Changed

  • Support Ranges which go around the end of a range. by @maennchen in #2

Full Changelog: v0.1.4...v0.2.0

Setup Mix Package

22 Dec 14:30
Compare
Choose a tag to compare

Setup Mix Package

22 Dec 14:30
Compare
Choose a tag to compare

Setup Mix Package

22 Dec 14:30
Compare
Choose a tag to compare

Setup Mix Package

22 Dec 14:29
Compare
Choose a tag to compare

Initial Release

22 Dec 14:29
Compare
Choose a tag to compare

What's Changed

  • Rename test file & fix divider by 0 issue by @maennchen in #1

Full Changelog: https://github.com/jshmrtn/crontab/commits/v0.1.0