v5.3.0 - Adds group name to experiments/dynamic configs
-
adds a group name and
getGroupName
to theDynamicConfig
returned fromgetExperiment
andgetConfig
calls for analytics -
updates evaluation for customIDs and environment conditions to be case insensitive for the key names (e.g.
customIDs: { testID: "123"}
is equivalent tocustomIDs: { testid: "123" }
)