Changelog
3.0.0 (2023-09-30)
utcOffset
parameter no longer accepts a stringutcOffset
values between -60 and 60 are no longer
treated as hourstimeZone
and utcOffset
parameters
now throws an errorcron.job()
method in favor of new CronJob(...args)
/
CronJob.from(argsObject)
cron.time()
method in favor of new CronTime()
CronJob
: constructor no longer accepts an object as its first and
only params. Use CronJob.from(argsObject)
instead.CronJob
: callbacks are now called in the order they were registered