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

adding support for boolean checks #611

Merged
merged 3 commits into from
May 7, 2024
Merged

Conversation

slorello89
Copy link
Member

Adding boolean checks for JSON model only, for some historical reasons we do not encode booleans to true/false in hashes, so it will be JSON only. Also, the way the expressions are formed we will not be able to support pure boolean expressions, they'll need to be binary expressions comparing the boolean to True or False

Resolves #193 #580 #510 #352

@slorello89 slorello89 requested review from bsbodden and guyroyse May 3, 2024 19:09
Copy link

@bsbodden bsbodden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants