Skip to content

feature flag functionality implemented#302

Merged
nottherealalanturing merged 2 commits intoenbliq:devfrom
feyishola:feat/feature-flag
Feb 26, 2026
Merged

feature flag functionality implemented#302
nottherealalanturing merged 2 commits intoenbliq:devfrom
feyishola:feat/feature-flag

Conversation

@feyishola
Copy link
Contributor

closes #293

The library includes:

Core Features:

Boolean flags (simple on/off)
Percentage rollout (0-100%, deterministic hash-based)
User targeting (trait-based rules with eq, ne, in, gt, lt operators)
JSON schema validation
Full TypeScript support

@nottherealalanturing nottherealalanturing merged commit 2c2e26c into enbliq:dev Feb 26, 2026
1 check passed
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.

Feature-Flag Engine Prototype (Pure Library)

2 participants