Commit daed41d
committed
chore(release): 3.0.11 [skip ci]
## [3.0.11](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/ant@3.0.10...@vue-js-cron/ant@3.0.11) (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.1 parent 1c9e6bb commit daed41d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments