Releases: launchdarkly/js-client-sdk
Releases · launchdarkly/js-client-sdk
1.1.2
- Ensure callbacks only ever get called once
Change
1.1.1
- Fix flag setting request cancellation logic
Changelog
Add allFlags method
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
- Added 'undefined' check on VERSION otherwise unbundled usage from npm fails
Changelog
1.0.7
- Expose SDK version at
LDClient.version
Changelog
1.0.6
- Added check for
EventSource
before trying to connect Stream.
Changelog
1.0.5
- Fixed an error that occurred on
hashchage
/popstate
if the account had no goals.
Changelog
1.0.4
- Added window check for server side rendering compatibility before loading Sizzle. (#12)
Changelog