Releases: abichinger/vue-js-cron
Releases Β· abichinger/vue-js-cron
@vue-js-cron/[email protected]
@vue-js-cron/[email protected]
@vue-js-cron/[email protected]
@vue-js-cron/[email protected]
@vue-js-cron/[email protected]
@vue-js-cron/[email protected]
@vue-js-cron/[email protected]
@vue-js-cron/core 6.0.0 (2025-05-22)
Code Refactoring
- Localization (41b5851)
Features
BREAKING CHANGES
- Removed
getLocale
andLocale
- Rename
Locale
toL10nEngine
- Rename
Locale.getLocaleStr
toLocale.getTemplate
- Rename
getLocale
tocreateL10n
- Rename
CronType
toFieldPattern
- Rename
CronType.Empty
toFieldPattern.Any
. - Rename
CronType.EveryX
toFieldPattern.Step
. - Due to this change, the structure of existing localization objects need adjustments.