Skip to content

1.1.0

Compare
Choose a tag to compare
@z4kn4fein z4kn4fein released this 20 Dec 19:04
· 38 commits to main since this release

Added

  • Platform specific default cache implementations:
    • Android: based on SharedPreferences. It has a dependency on android.content.Context, so it won't be enabled by default, but it can be explicitly set by providing an appropriate Context. (example)
    • iOS/macOS/tvOS/watchOS: based on NSUserDefaults.
    • JS (browser only): based on localStorage.
  • getAllValueDetails() method that evaluates and returns EvaluationDetails for each setting or feature flag.

Changed

  • Deprecated getVariationId() and getAllVariationIds() methods in favor of getValueDetails() and getAllValueDetails().