You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [6.0.0](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/[email protected]...@vue-js-cron/[email protected]) (2025-05-22)
### Code Refactoring
* Localization ([41b5851](41b5851))
### Features
* Support Steps with Ranges [#76](#76) ([ab39c60](ab39c60))
### BREAKING CHANGES
* Removed `getLocale` and `Locale`
- Rename `Locale` to `L10nEngine`
- Rename `Locale.getLocaleStr` to `Locale.getTemplate`
- Rename `getLocale` to `createL10n`
* Rename`CronType` 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.
0 commit comments