Releases: GeorgDangl/antlr-calculator
Releases · GeorgDangl/antlr-calculator
v2.4.0
v2.3.0
v2.3.0
- Added support for ranges, e.g.
#START..#END
to implement custom sum logic
v2.2.0
v2.2.0
- Added support for
Min
andMax
formulas
v2.1.1
v2.1.1
- The calculator now supports trailing comments in a formula, separated by a semicolon
;
at the end of the actual formula input. For example,1 + 2; Hello World!
now just evaluates1 + 2
and ignores everything after the semicolon;
- Add support for substitutions in formulas
v2.1.0
v2.1.0
- The calculator now supports trailing comments in a formula, separated by a semicolon
;
at the end of the actual formula input. For example,1 + 2; Hello World!
now just evaluates1 + 2
and ignores everything after the semicolon;
- Add support for substitutions in formulas
v2.0.5
v2.0.5
- The internal check for null or empty formulas was changed for better compatibility with Node
v2.0.4
v2.0.4
- The internal check for null or empty formulas was changed for better compatibility with Node
v2.0.3
v2.0.3
- Automatic creation of GitHub releases was added
v1.0.5
Update README
v1.0.4
Update version