Commit 5378bd9
committed
chore(release): 3.0.11 [skip ci]
## [3.0.11](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/quasar@3.0.10...@vue-js-cron/quasar@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 56b4572 commit 5378bd9Copy full SHA for 5378bd9
File tree
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Filter options
- quasar
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| 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