2.0.0 (2025-08-18)
Bug Fixes
- 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.