You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a bug where disabling studies did not disable rollouts. (#4807)
✨ What's New ✨
A message helper is now available to apps wanting to build a Messaging System on both Android and iOS. Both of these access the variables
provided by Nimbus, and can have app-specific variables added. This provides two functions:
JEXL evaluation (#4813) which evaluates boolean expressions.
String interpolation (#4831) which builds strings with templates at runtime.
Xcode
Bumped Xcode version from 13.1.0 -> 13.2.1
Nimbus FML
What's fixed
Fixes a bug where each time the fml is run, the ordering of features in the experimenter json is changed. (#4819)