2.21.0
[2.21.0] - 2020-11-17
Fixed:
- The
camelCaseKeys
utility function is now exported as a function instead of as an object containing acamelCaseKeys
function.camelCaseKeys.camelCaseKeys
remains for backwards compatibility. - Updated the
LDEvaluationDetail.reason
type definition to be nullable. This value will benull
whenLDOptions.evaluationReasons
isfalse
.
Deprecated:
camelCaseKeys.camelCaseKeys
is now deprecated-- see the note above.