Skip to content

1.4.0

Compare
Choose a tag to compare
@erdirowlands erdirowlands released this 15 Jan 16:45
· 20 commits to main since this release
8e27529

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
  • 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. The int_variation and number_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