Unleash / unleash-client-nextjs

Unleash SDK for Next.js
27 stars 8 forks source link

Variants in strategies #51

Closed Tymek closed 1 year ago

Tymek commented 1 year ago

About the changes

Support for new feature described here: https://docs.getunleash.io/reference/feature-strategy-variants

Simplified logic, isEnabled and getVariant resolve with the same function in engine. getValue will return Variant (can be disabled variant) if feature toggle is enabled, and undefined otherwise.

Important files