Releases: rwbutler/FeatureFlags
Releases · rwbutler/FeatureFlags
FeatureFlags 3.0.0
[3.0.0] - 2023-03-23
Added
- Added an arrow button to cells on the
FeatureFlagsViewControllerwhich 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 toenabled,disabled) then test biases would be applied the wrong way round. Thanks to nicolasanjoran for discovering & reporting this issue.
FeatureFlags 2.6.4
[2.6.4] - 2023-02-03
Changed
- Updated iOS deployment target to 11.0.
- Updated Package.swift so that UIKit-dependent classes are available where UIKit can be imported.