This repository was archived by the owner on May 30, 2024. It is now read-only.
5.3.0
[5.3.0] - 2018-08-27
Added:
- The new
LDClientmethodallFlagsState()should be used instead ofallFlags()if you are passing flag data to the front end for use with the JavaScript SDK. It preserves some flag metadata that the front end requires in order to send analytics events correctly. Versions 2.5.0 and above of the JavaScript SDK are able to use this metadata, but the output ofallFlagsState()will still work with older versions. - The
allFlagsState()method also allows you to select only client-side-enabled flags to pass to the front end, by using the optionclientSideOnly: true.
Deprecated:
LDClient.allFlags()