-
-
Notifications
You must be signed in to change notification settings - Fork 91
Improve expression syntax documentation #1112
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1112 +/- ##
=======================================
Coverage 93.67% 93.67%
=======================================
Files 115 115
Lines 4935 4935
Branches 1403 1403
=======================================
Hits 4623 4623
Misses 312 312 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thanks for this great effort! |
Thanks for the comments @HarelM! |
Just to be on the safe side, although this doesn't change the logic, let's add a changelog entry if anyone is relaying on the current v8 content. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THANKS!!!
Closes #1102
Closes #724
This changes the expression syntax documented on the Expressions page to follow the patterns proposed in #1102.
Some incorrectly documented syntaxes were fixed in the process.
match
before:match
after:in
before:in
after:Launch Checklist
CHANGELOG.md
under the## main
section.