Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Recurrence rule generation #560

Open
wants to merge 6 commits into
base: 2.x
Choose a base branch
from

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    7ef5468 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Improved components

    amnuts committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    55c1e34 View commit details
    Browse the repository at this point in the history
  2. Added tests

    amnuts committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    86c6fe6 View commit details
    Browse the repository at this point in the history
  3. Updated example

    amnuts committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0a4f0ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c81cd5a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Psalm wants types

    PHP 7.4 doesn't support union or mixed types.  But Psalm complains there are no types on 8.x tests.  So now where you could pass in a single value or an array of the values, you're forced to always pass in an array.
    amnuts committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    60ac0e1 View commit details
    Browse the repository at this point in the history