1.4.0
What's Changed
- FFM-10393 Add
get_flag_type
public method which enables you to check the type of a flag at any time by @erdirowlands in #87- For an example of using this method, see get_flag_type.py
- FFM-10393 Add a more robust variation method
int_or_float_variation
to evaluate number flags. This method ensures that a number flag with integer or float variations (or both) will be evaluated correctly. Theint_variation
andnumber_variation
methods could fail to evaluate depending on if the variation served was of the expected type. We recommend using this new method going forward for number flag evaluations.
Full Changelog: 1.3.0...1.4.0