All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.2.3 - 2025-01-19
- Support for IntelliJ Neon Pro plugin
1.2.2 - 2024-12-29
- Composer
- Allow PHP 8.4
1.2.1 - 2024-06-21
- Composer
- Allow PHP 8.3
1.2.0 - 2024-05-26
- compatibility with orisai/scheduler:^2.1.0
scheduler:explain
command is availableSchedulerExtension
jobs > <id> > enabled
option - allows disabling job via configuration
- support for expression aliases like
'@yearly'
1.1.0 - 2024-01-26
- compatibility with orisai/scheduler:^2.0.0
- planning jobs by seconds
- timezones support
- locked job, before run and after run events
SchedulerExtension
- error message for case when neithercallback
norjob
or both options are defined
1.0.2 - 2023-10-05
Scheduler
is always available viaContainer->getByType()
(even withdi > export > types: false
)
- Allow nette/di ^3.0.5 (was erroneously locked to 3.1.2)
1.0.1 - 2023-04-04
- Allow nette/di ^3.0.5
1.0.0 - 2023-03-23
SchedulerExtension
LazyJobManager
SchedulerTracyLogger