[2.14.0] - 2019-10-10
Added:
- Added support for upcoming LaunchDarkly experimentation features. See
LDClient.track()
. - The
createConsoleLogger()
function now has an optional second parameter for customizing the log prefix.
Changed:
- Log messages now include the level ("[warn]", "[error]", etc.) and have a prefix of "LD:" by default.
Removed:
- The source code for the
launchdarkly-react-client-sdk
package is no longer part of this monorepo. It is now in its own repository,react-client-sdk
. Future updates to the LaunchDarkly React interface will be tracked there.