Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

6.2.0

Choose a tag to compare

@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 17 May 21:53
· 328 commits to main since this release

[6.2.0] - 2022-05-17

Changed:

  • iOS: Using "custom" as a private attribute name in LDConfig.privateAttributeNames or LDUser.privateAttributeNames will no longer set all LDUser custom attributes private.
  • iOS: The automatically set device and operatingSystem custom 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.jsonVariation and LDClient.jsonVariationDetail no longer restrict the defaultValue and result type to Record<string, any>. These methods can accept any for defaultValue and return any type.