5.50.0
Minor Changes
- #4484
557140eThanks @posthog! -FeatureFlagEvaluations.isEnabled()now accepts an optionaldefaultValueoption, returned whenever the flag has no value (missing key, not loaded, or a failed request). A flag with a present value — includingfalseand variant strings — always wins overdefaultValue. Purely additive; omitting the option preserves the existingfalse-on-miss behavior.
(2026-08-21)