Releases: launchdarkly/js-client-sdk
Releases · launchdarkly/js-client-sdk
1.1.7
Changed
- onDone argument to identify method is now optiona
Changelog
1.1.6
Changed
- Removed dependency on Sizzle and direct to polyfill for older browser support
Changelog
1.1.4
- Fix bug caused by accessing
undefined
flags
Changelog
1.1.3
- Fix bug caused by accessing
undefined
settings
Change
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