This repository was archived by the owner on Oct 29, 2024. It is now read-only.
6.2.0
·
328 commits
to main
since this release
[6.2.0] - 2022-05-17
Changed:
- iOS: Using "custom" as a private attribute name in
LDConfig.privateAttributeNamesorLDUser.privateAttributeNameswill no longer set allLDUsercustom attributes private. - iOS: The automatically set
deviceandoperatingSystemcustom attributes can now be set private. - iOS: Significant internal changes from updating to the 6.0.0 release of the iOS SDK.
Fixed:
- The TypeScript definitions for
LDClient.jsonVariationandLDClient.jsonVariationDetailno longer restrict thedefaultValueand result type toRecord<string, any>. These methods can acceptanyfordefaultValueand returnanytype.