Releases: dragonmantank/cron-expression
Releases · dragonmantank/cron-expression
v3.4.0
What's Changed
- Tests against php 8.2 and 8.3 by @sergiy-petrov in #167
- explicitly mark nullable parameters as nullable by @xabbuh in #175
- chore: remove travis, and change status badge to github actions by @Chris53897 in #164
- chore: improve ci, fix deprecations, add php 8.2 tests by @Chris53897 in #163
- Remove duplicate
/phpstan.neon
entry in .gitattributes by @TimWolla in #162 - Add branch-alias to composer.json by @nicolas-grekas in #182
- Add PHP 8.4 Support by @Jubeki in #190
- Remove phpstan/phpstan-webmozart-assert dependency by @8ctopus in #187
- Docs: full syntax overview by @mabar in #184
- Docs: new integrations by @mabar in #183
New Contributors
- @xabbuh made their first contribution in #175
- @Chris53897 made their first contribution in #164
- @nicolas-grekas made their first contribution in #182
- @Jubeki made their first contribution in #190
- @8ctopus made their first contribution in #187
- @mabar made their first contribution in #184
Full Changelog: v3.3.3...v3.4.0
v3.3.3
[3.3.3] - 2024-08-10
Added
- N/A
Changed
- N/A
Fixed
- Added fixes for making sure
?
is not passed for both DOM and DOW (#148, thank you https://github.com/LeoVie) - Fixed bug in Next Execution Time by sorting minutes properly (#160, thank you https://github.com/imyip)