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

feat: add feature_enabled property to variant response #180

Merged
merged 3 commits into from
Nov 9, 2023

Conversation

nunogois
Copy link
Member

@nunogois nunogois commented Nov 9, 2023

@nunogois nunogois requested review from Tymek and sighphyre November 9, 2023 09:26
@@ -45,6 +45,7 @@ interface IConfig extends IStaticContext {
interface IVariant {
name: string;
enabled: boolean;
feature_enabled?: boolean;
Copy link
Member Author

Choose a reason for hiding this comment

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

Added this as optional so we don't break existing bootstraps. Can also make it required and release a new major. WDYT?

@nunogois nunogois merged commit c430192 into main Nov 9, 2023
@nunogois nunogois deleted the feat-variant-feature-enabled-property branch November 9, 2023 10:32
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.

None yet

2 participants