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

Added support for more operators in data-bindings #1378

Merged
merged 3 commits into from May 25, 2022

Conversation

acizmarik
Copy link
Member

@acizmarik acizmarik commented May 4, 2022

This PR adds support for the following operators:

  • ^ - exclusive or
    • This operator is behaving a bit differently as compared to plain JS (in order to better capture the behaviour of .NET)
    • Whenever applied to two bools, the result is also a bool as compared to 1 or 0
  • ~ - unary negation

@acizmarik acizmarik force-pushed the feature/add-more-binary-operators branch from ad586ae to 50593fa Compare May 17, 2022 19:24
@acizmarik acizmarik marked this pull request as ready for review May 17, 2022 19:31
@acizmarik acizmarik merged commit 62993d2 into main May 25, 2022
@acizmarik acizmarik deleted the feature/add-more-binary-operators branch May 25, 2022 10:49
@exyi exyi added this to the Version 4.1 milestone Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants