Releases: MasoniteFramework/scheduler
Releases · MasoniteFramework/scheduler
v3.0.4
Change Log
- Added
every
,every_minute
,every_15_minutes
,every_30_minutes
,every_45_minutes
,daily
,hourly
,weekly
,monthly
scheduler helpers - Added
CanSchedule
helper for providers which add aself.call()
andself.schedule()
methods - Fixed namespace from
scheduler.
tomasonite.scheduler.
on scaffolding
v3.0.3
Change Log
- Fixed location of
CanSchedule
import
v3.0.2
Change Log
- Fixed issue with
CanSchedule
command not importing correctly
v3.0.1
Change Log
- Fixed issue with src import
v1.0.1
Change Log
- Added the ability to set a timezone on the Task
v1.0.0
Change Log
- Initial Release