Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
FeatureFlags 3.0.0 source code.tar.gz | 2023-03-23 | 816.8 kB | |
FeatureFlags 3.0.0 source code.zip | 2023-03-23 | 891.3 kB | |
README.md | 2023-03-23 | 545 Bytes | |
Totals: 3 Items | 1.7 MB | 0 |
[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 toenabled
,disabled
) then test biases would be applied the wrong way round. Thanks to nicolasanjoran for discovering & reporting this issue.