You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: updates tests to align with new "conditions" structure (12cc404)
Features
helpers: adds support for multiple conditions (66993b0)
types: changes "condition" property to "conditions" (array) (ce8c3a7)
BREAKING CHANGES
types: The "condition" type has been changed to be an array
This means that from now on, you'll need to provide a single or multiple conditions in an array.
The conditions logic is based on an "OR" condition, so only one of the conditions needs to be true.
If all of the conditions are false, then the flag is returning false.