0.2.1 • Published 26 days ago

@openfeature/flagd-core v0.2.1

Weekly downloads
-
License
-
Repository
-
Last release
26 days ago

flagd-core

flagd-core contain the core logic of flagd in-process evaluation provider. This package is intended to be used by concrete implementations of flagd in-process providers.

Usage

flagd-core wraps a simple flagd feature flag storage and flag evaluation logic.

To use this implementation, instantiate a FlagdCore and provide valid flagd flag configurations.

const core = new FlagdCore();
core.setConfigurations(FLAG_CONFIGURATION_STRING);

Once initialization is complete, use matching flag resolving call.

const resolution = core.resolveBooleanEvaluation('myBoolFlag', false, {});
0.2.1

26 days ago

0.2.0

27 days ago

0.1.11

3 months ago

0.1.10

3 months ago

0.1.9

3 months ago

0.1.8

4 months ago

0.1.7

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.0.1-alpha

6 months ago