Skip to content

Releases: ezylang/EvalEx

3.3.0

07 Jul 11:13
bd0acd9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

01 Apr 09:53
805a78d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.2

26 Feb 12:58
30b5485
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

11 Jan 09:07
52ef9e0
Compare
Choose a tag to compare

What's Changed

  • Fixes OOM error with multiple decimal points in a number literal by @uklimaschewski in #413
  • Fixes equals and not equals comparison to ignore decimal scale by @uklimaschewski in #422
  • Fixes documentation layout errors in concepts/date_time_duration.md
  • Adds Java version information to README.md and documentation

Full Changelog: 3.1.0...3.1.1

3.1.0

19 Nov 13:02
701588e
Compare
Choose a tag to compare

What's changed

  • The new date-time and duration data types allow parsing, calculation and formatting of date-time and duration values.
  • A new NULL value data type allows for working with null values.
  • A refactored data type conversion allows a more clearer and also customizable interface for converting variable values.
  • A new configuration option was added to automatically round the final result.

Also

New Contributors

Full Changelog: 3.0.5...3.1.0

3.0.5

08 Jun 08:32
Compare
Choose a tag to compare

What's Changed

  • allows to pass any <String, ?> map to the withValues() function, instead of using a strict Object type for the value. by @uklimaschewski in #377
  • fixes OutOfMemoryError/memory leak on e. input #374 by @uklimaschewski in #385

Full Changelog: 3.0.4...3.0.5

3.0.4

26 Mar 08:19
86c90ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.3...3.0.4

3.0.3

19 Mar 13:24
49a868b
Compare
Choose a tag to compare

What's Changed

  • 360: BUG: Undefined operator '.' ParseException when letter 'e' is after dot '.' by @uklimaschewski in #362
  • 361: Adds input constraints to asin and asinr functions by @uklimaschewski in #363

Full Changelog: 3.0.2...3.0.3

3.0.2

12 Feb 15:20
878e0d8
Compare
Choose a tag to compare

What's Changed

69e6268 makes implicit multiplication 2.x compatible again (#351)
3d9c1a0 adds null check and throws EvaluationException when accessing undefined structure values (#350)
4073767 adds a token validation for infix operators to tokenizer (#348)
568e8ac throw exception if too many operands (#347)
9c78907 prepare next version (#334)

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1

12 Oct 10:49
4e88fa9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1