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/core@6.0.0
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
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on May 22, 2025

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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