This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
Releases: handsontable/formula-parser
Releases · handsontable/formula-parser
2.0.3
2.0.2
2.0.1
2.0.0
Major changes:
- Tools which are used to build this module were changed. formula-parser from now on can be consumed by other environments which support for example new syntax
import/export
(https://github.com/handsontable/formula-parser/issues/24).
1.0.20
Major changes:
- Added support for
bower
package manager (https://github.com/handsontable/formula-parser/issues/10).
1.0.19
Major changes:
- Fixed a problem with parsing coordinates written with lower case (https://github.com/handsontable/formula-parser/issues/17);
- Fixed an inconsistent behaviour while parsing errors (https://github.com/handsontable/formula-parser/issues/15);
- Fixed wrong evaluation of expressions placed between parenthesis (https://github.com/handsontable/formula-parser/issues/14);
- Fixed parsing a cell coordinates expressions containing multiple dollar signs (https://github.com/handsontable/formula-parser/issues/13);
- Fixed parsing an empty string expression (https://github.com/handsontable/formula-parser/issues/12).
1.0.18
1.0.17
1.0.16
1.0.15
Major changes:
- Added support for formulas written in lower case (https://github.com/handsontable/formula-parser/issues/8).
- Fixed compiling formulas without arguments (error appears for older browsers).