Skip to content

1.3.0

Choose a tag to compare

@apucacao apucacao released this 22 Jan 20:21

Added

  • Support for private user attributes.
  • New sendEvents option to control whether the SDK should send events back to LaunchDarkly or not. Defaults to true.
  • It is now possible to wait for SDK readiness using waitUntilReady which returns a Promise. identify also returns a Promise (while still supporting the callback argument), which should make
    it easier to integrate into code that relies heavily on Promise's for asynchronous code.

Changed

Changelog