- Dropped support for PHP 5.x
- Dropped support for the YEAR field, as it was not part of the cron standard
- Reworked validation for all the field types
- Stepping should now work for 1-indexed fields like Month (#153)
- Added IDE, CodeSniffer, and StyleCI.IO support
- Switched to PSR-4 Autoloading
- 0 step expressions are handled better
- Fixed
DayOfMonth
validation to be more strict - Typos
- Support for non-hourly offset timezones
- Checks for valid expressions
- Max Iterations no longer hardcoded for
getRunDate()
- Supports DateTimeImmutable for newer PHP verions
- Fixed looping bug for PHP 7 when determining the last specified weekday of a month
- Now supports expressions with any number of extra spaces, tabs, or newlines
- Using static instead of self in
CronExpression::factory