Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.07 KB

Changelog

v1.2.0

Features

  • Added support for month and weekday abbreviations PR #4
  • Added support for value 7 as sunday PR #5

v1.1.2

Fixes:

  • Usernames can contain \W characters PR #3

v1.1.1

Fixes:

  • Crontabs must end with an empty line PR #2

v1.1.0

Features:

  • Added a DateTimeDefinition which represents the date / time part of cronjob lines. PR #1

Deprecated:

  • CronJobLine::getMinutes() => CronJobLine::getDateTimeDefinition()::getMinutes()
  • CronJobLine::getHours() => CronJobLine::getDateTimeDefinition()::getHours()
  • CronJobLine::getDays() => CronJobLine::getDateTimeDefinition()::getDays()
  • CronJobLine::getMonths() => CronJobLine::getDateTimeDefinition()::getMonths()
  • CronJobLine::getWeekdays() => CronJobLine::getDateTimeDefinition()::getWeekdays()

v1.0.0

Initial release