-
Notifications
You must be signed in to change notification settings - Fork 83
Add release notes for the beta version. #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
packages/optimizely-sdk/CHANGELOG.MD
Outdated
``` | ||
var enabled = optimizelyClient.isFeatureEnabled(‘my_feature_key’, ‘user_1’, userAttributes); | ||
|
||
// to get all enabled features for the user you can call `getEnabledFeatures` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
separate this into a separate block.
It is an API in its own right and deserves to be treated as such
var enabled = optimizelyClient.isFeatureEnabled('my_feature_key', 'user_1', userAttributes); | ||
``` | ||
|
||
* You can also get all the enabled features for the user by calling: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discuss return type since it's not clear immediately it will be a list. Hopefully we can also add an HTML link to dev docs or knowledge base in the future.
build |
1 similar comment
build |
Actually gonna ignore the e2e tests since this doesn't even touch the source code. |
No description provided.