Skip to content

Marking activate listener as deprecated and preparing for 3.1.0 release #260

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 5 commits into from
Apr 22, 2019

Conversation

aliabbasrizvi
Copy link
Contributor

  • Marking activate listener as deprecated in favor of decision listener.
  • Updating CHANGELOG for 3.1.0 release.

// valid levels: 'DEBUG', 'INFO', 'WARN', 'ERROR'
optimizelySDK.setLogLevel('WARN')
// enums can also be used
optimizelySDK.setLogLevel(optimizely.enums.LOG_LEVEL.ERROR)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should say:
optimizelySDK.setLogLevel(optimizelySDK.enums.LOG_LEVEL.ERROR)

Copy link
Contributor

@mjc1283 mjc1283 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with change log fix

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.805% when pulling 71baf6b on ali/deprecate_activate_listener into cc5ffee on master.

@aliabbasrizvi aliabbasrizvi merged commit 55e2628 into master Apr 22, 2019
@aliabbasrizvi aliabbasrizvi deleted the ali/deprecate_activate_listener branch April 22, 2019 19:34
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.

3 participants