1.4.0
What's Changed
- FFM-10393 Add
get_flag_typepublic 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_variationto evaluate number flags. This method ensures that a number flag with integer or float variations (or both) will be evaluated correctly. Theint_variationandnumber_variationmethods 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