Skip to content

@vue-js-cron/[email protected]

Compare
Choose a tag to compare
@abichinger abichinger released this 22 May 09:49
· 5 commits to main since this release

@vue-js-cron/core 6.0.0 (2025-05-22)

Code Refactoring

Features

BREAKING CHANGES

  • Removed getLocale and Locale
  • Rename Locale to L10nEngine
  • Rename Locale.getLocaleStr to Locale.getTemplate
  • Rename getLocale to createL10n
  • RenameCronType to FieldPattern
  • Rename CronType.Empty to FieldPattern.Any.
  • Rename CronType.EveryX to FieldPattern.Step.
  • Due to this change, the structure of existing localization objects need adjustments.