1.0.0 • Published 10 months ago
@openfeature/flagd-core v1.0.0
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, {});1.0.0
10 months ago
0.2.5
1 year ago
0.2.3
1 year ago
0.2.2
1 year ago
0.2.4
1 year ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.11
2 years ago
0.1.10
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.0.1-alpha
2 years ago