Changelog

Version 0.0.1

  • basic evaluation functionlity

  • support for addition, subtraction, multiplication, division and power

Version 0.0.2

  • add support for the functions min, max and abs

  • estimate result size before evaluating Formula

  • add validation at instantiation of Formula

  • code improvements