Skip to content

Releases: fathzer/javaluator

v3.0.5

03 Sep 17:12
Compare
Choose a tag to compare
  • Library now requires java 8+.
  • Add module info (see #9) to the library (many thanks to Daniel for his help).

v3.0.4

29 May 18:11
Compare
Choose a tag to compare
  • Fixes bugs in Operator:
    • Constructor threw NullPointerException instead of IllegalArgumentException.
    • equals method threw exception or returned false by mistake.
  • Fixes the LocalizedEvaluator provided in the examples:
    Due to a Java breaking change in NumberFormat class, the evaluator did not work anymore at least since java 17 and at least with French locale.
  • Updates junit to 4.13.2
  • Fixes some Sonar issues

v3.0.3

23 May 17:26
84fbdf9
Compare
Choose a tag to compare

Adds scientific notation support in DoubleEvaluator