Skip to content

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

Merged
merged 6 commits into from
Mar 29, 2018
Merged

Conversation

mikeproeng37
Copy link
Contributor

No description provided.

```
var enabled = optimizelyClient.isFeatureEnabled(‘my_feature_key’, ‘user_1’, userAttributes);

// to get all enabled features for the user you can call `getEnabledFeatures`
Copy link
Contributor

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:
Copy link
Contributor

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.

@wangjoshuah
Copy link
Contributor

build

1 similar comment
@mikeproeng37
Copy link
Contributor Author

build

@mikeproeng37
Copy link
Contributor Author

Actually gonna ignore the e2e tests since this doesn't even touch the source code.

@mikeproeng37 mikeproeng37 merged commit 7b7f987 into master Mar 29, 2018
@mikeproeng37 mikeproeng37 deleted the mng/2.0-release-notes branch March 30, 2018 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants