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

feat(functions): expand xor function and add exclusive option for or functionality #2616

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    443ffbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e06bf View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 4, 2024

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

Commits on May 20, 2024

  1. Update packages/functions/src/xor.ts

    Define exclusive as optional.
    
    Co-authored-by: Brenda Rearden <brendarearden@gmail.com>
    cuttingclyde and brendarearden authored May 20, 2024
    Configuration menu
    Copy the full SHA
    d8eec32 View commit details
    Browse the repository at this point in the history
  2. Update packages/functions/src/xor.ts

    Safely handle any type of exclusive argument, not just boolean or null values.
    
    Co-authored-by: Brenda Rearden <brendarearden@gmail.com>
    cuttingclyde and brendarearden authored May 20, 2024
    Configuration menu
    Copy the full SHA
    d55f31d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

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