Skip to content

Releases: mzinin/s2e2.java

s2e2 0.1.1

10 Aug 15:09

Choose a tag to compare

What's new:

  • Evaluator checks added functions and operators for null
  • Fixed unit tests
  • Updated requirement for Maven version

s2e2 0.1.0

21 Jul 12:28

Choose a tag to compare

First release of s2e2.java library.

  • Implemented functions: ADD_DAYS, FORMAT_DATE, IF, NOW, REPLACE
  • Implemented operators: +, ==, !=, >, >=, <, <=, &&, ||, !