Commit 16e2f2f
committed
chore(release): 3.1.8 [skip ci]
## [3.1.8](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.1 parent 612ca06 commit 16e2f2f
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 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments