Skip to content

Releases: Kings-World/sapphire-plugins

@kingsworld/plugin-cron@3.0.6

11 Jan 03:38

Choose a tag to compare

@kingsworld/plugin-cron@3.0.6 - (2026-01-11)

🏠 Refactor

  • cronTaskStore: Remove unnecessary arrow function (85cdd9b)

🐛 Bug Fixes

@kingsworld/plugin-cron@3.0.5

21 May 04:22

Choose a tag to compare

@kingsworld/plugin-cron@3.0.5 - (2025-05-21)

🐛 Bug Fixes

@kingsworld/plugin-cron@3.0.4

20 Apr 16:27

Choose a tag to compare

@kingsworld/plugin-cron@3.0.4 - (2025-04-20)

📝 Documentation

@kingsworld/plugin-cron@3.0.3

07 Apr 04:54

Choose a tag to compare

@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

07 Apr 04:34

Choose a tag to compare

@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

07 Apr 04:17

Choose a tag to compare

@kingsworld/plugin-cron@3.0.1 - (2025-04-07)

🏠 Refactor

  • cron: Replace the cron package with croner (efd4ebb) (#102 by @SerenModz21)
    • 💥 BREAKING CHANGE: The cronTime option has been replaced with pattern.
    • 💥 BREAKING CHANGE: The timeZone option has been replaced with timezone.
    • 💥 BREAKING CHANGE: The cron package has been replaced with croner.
    • 💥 BREAKING CHANGE: container.cron.startAll() and container.cron.stopAll() have been removed. Instead, you should pause and resume using the plugin's store.
    • 💥 BREAKING CHANGE: References to the word cron have been replaced with cronTasks for consistency. For example, container.cron is now container.cronTasks and ClientOptions.cron is now ClientOptions.cronTasks.
  • Add the override keyword to the plugin methods (a581de3)

@kingsworld/plugin-cron@2.1.1

05 Apr 15:08

Choose a tag to compare

@kingsworld/plugin-cron@2.1.1 - (2025-04-05)

🐛 Bug Fixes

@kingsworld/plugin-cron@2.1.0

03 Oct 11:13

Choose a tag to compare

@kingsworld/plugin-cron@2.1.0 - (2024-10-03)

🚀 Features

@kingsworld/plugin-cron@2.0.3

27 Sep 05:45

Choose a tag to compare

@kingsworld/plugin-cron@2.0.3 - (2024-09-27)

🐛 Bug Fixes

@kingsworld/plugin-cron@2.0.2

15 Sep 03:46

Choose a tag to compare

@kingsworld/plugin-cron@2.0.2 - (2024-09-15)

🐛 Bug Fixes