Skip to content

Releases: Setono/cron-builder

v1.0.0-beta

05 Mar 14:54
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

v1.0.0-alpha.2

03 Mar 14:05
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

This makes the library nicer/easier to work with in my opinion. Hope you enjoy it 🎉

Full Changelog: v1.0.0-alpha...v1.0.0-alpha.2

v1.0.0-alpha

17 Sep 12:20
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

This marks a rewrite of the library and a new way of configuring the cronjobs. Instead of YAML files, the library now uses PHP files for configuration. Also it uses Twig under the hood for template resolving, which really makes it versatile.

Enjoy 🎉

v0.3.2

11 Apr 09:25
Compare
Choose a tag to compare

Allow PHP 8

What's Changed

  • github-actions(deps): bump shivammathur/setup-php from 2.5.0 to 2.7.0 by @dependabot in #5
  • github-actions(deps): bump actions/cache from v2.1.1 to v2.1.2 by @dependabot in #4
  • github-actions(deps): bump actions/checkout from v2.3.2 to v2.3.4 by @dependabot in #6

Full Changelog: v0.3.1...v0.3.2

v0.3.1

18 Sep 12:15
Compare
Choose a tag to compare

Fixed bug in merging of old and new crontab

v0.3.0

06 Sep 20:52
Compare
Choose a tag to compare
Add cron builder to bin dir

v0.2.0

04 Sep 12:39
Compare
Choose a tag to compare
Added replacing variable resolver

v0.1.0

04 Sep 09:26
Compare
Choose a tag to compare
Only run push jobs on master