Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: abichinger/vue-js-cron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @vue-js-cron/quasar@3.0.10
Choose a base ref
...
head repository: abichinger/vue-js-cron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 31 files changed
  • 2 contributors

Commits on May 10, 2025

  1. chore(release): 5.0.10 [skip ci]

    ## [5.0.10](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/vuetify@5.0.9...@vue-js-cron/vuetify@5.0.10) (2025-05-10)
    
    ### Bug Fixes
    
    * **l10n:** deepMerge ([de6cd41](de6cd41))
    * **l10n:** Update Chinese translation [#75](#75) ([71a23c9](71a23c9))
    * **l10n:** Use English as fallback ([382a92c](382a92c))
    semantic-release-bot committed May 10, 2025
    Configuration menu
    Copy the full SHA
    2eada15 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. feat: Support Steps with Ranges #76

    BREAKING CHANGE: 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.
    abichinger committed May 22, 2025
    Configuration menu
    Copy the full SHA
    ab39c60 View commit details
    Browse the repository at this point in the history
  2. refactor: Localization

    BREAKING CHANGE: Removed `getLocale` and `Locale`
    
    - Rename `Locale` to `L10nEngine`
    - Rename `Locale.getLocaleStr` to `Locale.getTemplate`
    - Rename `getLocale` to `createL10n`
    abichinger committed May 22, 2025
    Configuration menu
    Copy the full SHA
    41b5851 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.3 [skip ci]

    ## @vue-js-cron/prime [1.0.3](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/prime@1.0.2...@vue-js-cron/prime@1.0.3) (2025-05-22)
    
    ### Dependencies
    
    * **@vue-js-cron/core:** upgraded to 6.0.0
    semantic-release-bot committed May 22, 2025
    Configuration menu
    Copy the full SHA
    1c9e6bb View commit details
    Browse the repository at this point in the history
  4. 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.
    semantic-release-bot committed May 22, 2025
    Configuration menu
    Copy the full SHA
    daed41d View commit details
    Browse the repository at this point in the history
  5. chore(release): 6.0.0 [skip ci]

    # [6.0.0](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/core@5.4.2...@vue-js-cron/core@6.0.0) (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.
    semantic-release-bot committed May 22, 2025
    Configuration menu
    Copy the full SHA
    612ca06 View commit details
    Browse the repository at this point in the history
  6. chore(release): 3.1.8 [skip ci]

    ## [3.1.8](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/element-plus@3.1.7...@vue-js-cron/element-plus@3.1.8) (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.
    semantic-release-bot committed May 22, 2025
    Configuration menu
    Copy the full SHA
    16e2f2f View commit details
    Browse the repository at this point in the history
  7. chore(release): 4.0.11 [skip ci]

    ## [4.0.11](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/light@4.0.10...@vue-js-cron/light@4.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.
    semantic-release-bot committed May 22, 2025
    Configuration menu
    Copy the full SHA
    95e12db View commit details
    Browse the repository at this point in the history
  8. chore(release): 2.0.11 [skip ci]

    ## [2.0.11](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/naive-ui@2.0.10...@vue-js-cron/naive-ui@2.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.
    semantic-release-bot committed May 22, 2025
    Configuration menu
    Copy the full SHA
    56b4572 View commit details
    Browse the repository at this point in the history
  9. 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.
    semantic-release-bot committed May 22, 2025
    Configuration menu
    Copy the full SHA
    5378bd9 View commit details
    Browse the repository at this point in the history
  10. chore(release): 5.0.11 [skip ci]

    ## [5.0.11](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/vuetify@5.0.10...@vue-js-cron/vuetify@5.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.
    semantic-release-bot committed May 22, 2025
    Configuration menu
    Copy the full SHA
    b87788c View commit details
    Browse the repository at this point in the history
Loading