You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/optimizely-sdk/CHANGELOG.MD
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
## 2.0.0-beta1
2
-
April 15th, 2018
2
+
March 29th, 2018
3
3
4
4
This major release of the Optimizely SDK introduces APIs for Feature Management. It also introduces some breaking changes listed below.
5
5
@@ -9,7 +9,7 @@ This major release of the Optimizely SDK introduces APIs for Feature Management.
9
9
var enabled = optimizelyClient.isFeatureEnabled('my_feature_key', 'user_1', userAttributes);
10
10
```
11
11
12
-
* You can also get all the enabled features for the user by calling:
12
+
* You can also get all the enabled features for the user by calling the following method which returns a list of strings representing the feature keys:
13
13
```
14
14
var enabledFeatures = optimizelyClient.getEnabledFeatures('user_1', userAttributes);
0 commit comments