Skip to content

Releases: GeorgDangl/antlr-calculator

v2.4.0

15 Nov 22:21
Compare
Choose a tag to compare

v2.4.0

  • Square [] and curly {} parentheses are now also valid for formulas. They are only used to group expressions, and implicit multiplication like 2(3)=6 is not allowed with those

v2.3.0

30 Jun 15:20
Compare
Choose a tag to compare

v2.3.0

  • Added support for ranges, e.g. #START..#END to implement custom sum logic

v2.2.0

29 Apr 11:23
Compare
Choose a tag to compare

v2.2.0

  • Added support for Min and Max formulas

v2.1.1

02 Apr 22:33
Compare
Choose a tag to compare

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 evaluates 1 + 2 and ignores everything after the semicolon ;
  • Add support for substitutions in formulas

v2.1.0

23 Jan 20:43
Compare
Choose a tag to compare

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 evaluates 1 + 2 and ignores everything after the semicolon ;
  • Add support for substitutions in formulas

v2.0.5

12 Oct 20:24
Compare
Choose a tag to compare

v2.0.5

  • The internal check for null or empty formulas was changed for better compatibility with Node

v2.0.4

06 Oct 18:13
Compare
Choose a tag to compare

v2.0.4

  • The internal check for null or empty formulas was changed for better compatibility with Node

v2.0.3

17 Jul 09:29
Compare
Choose a tag to compare

v2.0.3

  • Automatic creation of GitHub releases was added

v1.0.5

12 Jul 20:17
Compare
Choose a tag to compare
Update README

v1.0.4

11 Aug 21:52
Compare
Choose a tag to compare
Update version