Skip to content

261.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 19:46
e2cdac9

@metamask/remote-feature-flag-controller 1.0.0

Added

  • Initial release of the RemoteFeatureFlagController. (#4931)
    • This controller manages the retrieval and caching of remote feature flags. It fetches feature flags from a remote API, caches them, and provides methods to access and manage these flags. The controller ensures that feature flags are refreshed based on a specified interval and handles cases where the controller is disabled or the network is unavailable.