Releases: Kings-World/sapphire-plugins
Releases · Kings-World/sapphire-plugins
@kingsworld/plugin-cron@3.0.6
@kingsworld/plugin-cron@3.0.6 - (2026-01-11)
🏠 Refactor
- cronTaskStore: Remove unnecessary arrow function (85cdd9b)
🐛 Bug Fixes
@kingsworld/plugin-cron@3.0.5
@kingsworld/plugin-cron@3.0.5 - (2025-05-21)
🐛 Bug Fixes
- Correct the usage of the normalizePattern() function (2db627a) (#112 by @SerenModz21)
@kingsworld/plugin-cron@3.0.4
@kingsworld/plugin-cron@3.0.4 - (2025-04-20)
📝 Documentation
- Replace mentions of cron with croner (451ffce) (#103 by @SerenModz21)
@kingsworld/plugin-cron@3.0.3
@kingsworld/plugin-cron@3.0.3 - (2025-04-07)
🐛 Bug Fixes
- Correct optional methods type for protect and catch (1a161dc)
@kingsworld/plugin-cron@3.0.2
@kingsworld/plugin-cron@3.0.2 - (2025-04-07)
🐛 Bug Fixes
- The protect and catch methods cannot be abstract (9e230ac)
@kingsworld/plugin-cron@3.0.1
@kingsworld/plugin-cron@3.0.1 - (2025-04-07)
🏠 Refactor
- cron: Replace the cron package with croner (efd4ebb) (#102 by @SerenModz21)
- 💥 BREAKING CHANGE: The
cronTimeoption has been replaced withpattern. - 💥 BREAKING CHANGE: The
timeZoneoption has been replaced withtimezone. - 💥 BREAKING CHANGE: The
cronpackage has been replaced withcroner. - 💥 BREAKING CHANGE:
container.cron.startAll()andcontainer.cron.stopAll()have been removed. Instead, you should pause and resume using the plugin's store. - 💥 BREAKING CHANGE: References to the word
cronhave been replaced withcronTasksfor consistency. For example,container.cronis nowcontainer.cronTasksandClientOptions.cronis nowClientOptions.cronTasks.
- 💥 BREAKING CHANGE: The
- Add the override keyword to the plugin methods (a581de3)
@kingsworld/plugin-cron@2.1.1
@kingsworld/plugin-cron@2.1.1 - (2025-04-05)
🐛 Bug Fixes
- deps: Update all non-major dependencies (83f972e) (#97 by @renovate[bot])
- deps: Update dependency cron to v4 (1550eff) (#91 by @renovate[bot])
- deps: Update all non-major dependencies (d5bd44f) (#80 by @renovate[bot])
- deps: Update all non-major dependencies (fab1c9f) (#79 by @renovate[bot])
- deps: Update all non-major dependencies (e44b9ef) (#75 by @renovate[bot])
@kingsworld/plugin-cron@2.1.0
@kingsworld/plugin-cron@2.1.0 - (2024-10-03)
🚀 Features
- Format luxon timezones to their tz identifier (47cb7ef) (#49 by @SerenModz21)
@kingsworld/plugin-cron@2.0.3
@kingsworld/plugin-cron@2.0.3 - (2024-09-27)
🐛 Bug Fixes
- cron: Correctly handle the sentry import (c596f64) (#47 by @SerenModz21)
@kingsworld/plugin-cron@2.0.2
@kingsworld/plugin-cron@2.0.2 - (2024-09-15)
🐛 Bug Fixes
- The ClientOptions#cron also needs to be partial (f31d23a) (#44 by @SerenModz21)