@optimizely/optimizely-sdk
Advanced tools
Changelog
[4.6.0] - May 27, 2021
datafile-manager
and event-processor
packages to version 0.8.1
.Changelog
[4.5.0] - February 17, 2021
Introducing a new primary interface for retrieving feature flag status, configuration and associated experiment decisions for users (#632, #634, #635, #636, #640, #642, #643, #644, #647, #648). The new OptimizelyUserContext
class is instantiated with createUserContext
and exposes the following APIs to get OptimizelyDecision
:
For details, refer to our documentation page:
Changelog
[4.5.0-beta] - February 10, 2021
Introducing a new primary interface for retrieving feature flag status, configuration and associated experiment decisions for users (#632, #634, #635, #636, #640, #642, #643, #644, #647, #648). The new OptimizelyUserContext
class is instantiated with createUserContext
and exposes the following APIs to get OptimizelyDecision
:
For details, refer to our documentation page:
Changelog
[4.4.2] - November 19, 2020
Optimizely
class, use any
type when assigning the return value of setTimeout
. This is to allow it to type check regardless of whether it uses the browser or Node version of setTimeout
(PR #623), (Issue #622)logLevel
to createInstance
. (PR #627), (Issue #614)suppressImplicitAnyIndexErrors
from TSconfig and resolved reported TS compiler issues (PR #616), (Issue #613)shared_types
to provide isolation from internal modules (#625)enabled
field to decision metadata structure to support upcoming application-controlled introduction of tracking for non-experiment Flag decisions (#619)Changelog
[4.3.4] - October 8, 2020