Skip to content

FeatureFlags 3.0.0

Latest
Compare
Choose a tag to compare
@rwbutler rwbutler released this 23 Mar 10:27
· 1 commit to main since this release

[3.0.0] - 2023-03-23

Added

  • Added an arrow button to cells on the FeatureFlagsViewController which allows the user to view more information about the specific feature flag / test.

Changed

  • Resolved pull #7 whereby if test variations were specified as disabled,enabled (as opposed to enabled, disabled) then test biases would be applied the wrong way round. Thanks to nicolasanjoran for discovering & reporting this issue.