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: mintware-de/native-cron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: mintware-de/native-cron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    40f9cda View commit details
    Browse the repository at this point in the history
  2. Update README.md

    devtronic authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1f62de2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Implemented logic for month abbreviations.

    - Updated DateTimeDefinition pattern to allow word-characters in the month field
    - Added the DateTimeDefinition::MONTH_ABBREVIATIONS constant for months abbrevations.
    - Added the $abbreviations Parameter to DateTimeDefinition::parseDateTimeField which will be passed to the DateTimeField constructor
    - Updated DateTimeDefinition::setMonths and pass the months abbreviations as $abbreviations to DateTimeDefinition::parseDateTimeField
    - Added the $abbreviations parameter to the DateTimeField constructor
    - Updated DateTimeField::parse for handling abbreviations.
    devtronic committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    e2a1e02 View commit details
    Browse the repository at this point in the history
  2. Added weekday abbreviations.

    - Added the DateTimeDefinition::WEEKDAY_ABBREVIATIONS constant for weekday abbreviations.
    - Updated DateTimeDefinition::setWeekdays and pass the weekday abbreviations as $abbreviations to DateTimeDefinition::parseDateTimeField
    - CHANGELOG.md updated
    devtronic committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    fd69d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6581886 View commit details
    Browse the repository at this point in the history
  4. Added support for value 7 as sunday

    - Added the weekday abbreviation 7 which defaults to 0
    devtronic committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c430e23 View commit details
    Browse the repository at this point in the history
  5. Release v1.2.0 prepared

    devtronic committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    6d62169 View commit details
    Browse the repository at this point in the history
Loading