Skip to content

Releases: launchdarkly/js-client-sdk

1.1.6

16 Jan 15:08
Compare
Choose a tag to compare

Changed

  • Removed dependency on Sizzle and direct to polyfill for older browser support

Changelog

1.1.5

07 Dec 21:57
Compare
Choose a tag to compare
  • Fix bug in Emitter.off()

Changelog

1.1.4

26 Oct 14:23
Compare
Choose a tag to compare
  • Fix bug caused by accessing undefined flags

Changelog

1.1.3

14 Oct 23:53
Compare
Choose a tag to compare
  • Fix bug caused by accessing undefined settings

Change

1.1.2

21 Sep 18:25
Compare
Choose a tag to compare
  • Ensure callbacks only ever get called once

Change

1.1.1

21 Sep 00:18
Compare
Choose a tag to compare
  • Fix flag setting request cancellation logic

Changelog

Add allFlags method

14 Sep 18:00
Compare
Choose a tag to compare

Added

  • Add a new allFlags method that returns a map of all feature flag keys and their values for a user

Changelog

1.0.8

09 Sep 15:51
Compare
Choose a tag to compare
  • Added 'undefined' check on VERSION otherwise unbundled usage from npm fails

Changelog

1.0.7

06 Sep 23:46
Compare
Choose a tag to compare
  • Expose SDK version at LDClient.version

Changelog

1.0.6

26 Aug 18:40
Compare
Choose a tag to compare
  • Added check for EventSource before trying to connect Stream.

Changelog