Skip to content

feat: add the ability to pass generic parameters to features#38

Open
nbatterham wants to merge 2 commits intomainfrom
feat/add-options-to-features
Open

feat: add the ability to pass generic parameters to features#38
nbatterham wants to merge 2 commits intomainfrom
feat/add-options-to-features

Conversation

@nbatterham
Copy link
Contributor

@nbatterham nbatterham commented Mar 19, 2024

Description

Allow parameters to be passed into features for more complex feature flag calculation

Resolves #37

Type of change

Please delete options that are not relevant.

  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Unit tests updated and executed

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I own the code that I am submitting or have the permission to share it
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass with my changes

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Some changes are required

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.

Pass parameters to a feature

1 participant