Skip to content

Releases: zzzprojects/Eval-Expression.NET

v4.0.3

05 Jul 23:11
b84f138
Compare
Choose a tag to compare

Download the library here

  • ADDED: Improved some error messages (Issue #78)

Trial unlocked until the end of July

v4.0.2

30 Jun 20:08
b84f138
Compare
Choose a tag to compare

Download the library here

Trial unlocked until the end of July

v4.0.1

14 Jun 02:41
b84f138
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of July

v4.0.0

01 Jun 23:10
b84f138
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to empty anonymous type new {}
  • BREAKING CHANGES: Most recursive binary logic used in the CodeAnalysis and CodeCompiler has been modified to use iterations instead to avoid Stack Overflow error (Microsoft limitation when the Stack Trace is too big). Nothing change on your side, but the change is enough big to justify a major version.

We HIGHLY recommend that you test your expression when upgrading to the v4.0.0, we hope the new logic is working exactly like the old one.

Trial unlocked until the end of June

v3.1.12

25 May 18:35
b84f138
Compare
Choose a tag to compare

Download the library here

  • FIXED: Null-conditional (?) operators not work #74

Trial unlocked until the end of June

v3.1.11

15 May 02:23
b84f138
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of June

v3.1.10

15 Apr 15:07
b84f138
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of May

v3.1.9

03 Apr 15:16
Compare
Choose a tag to compare

Download the library here

  • FIXED: Error when parsing string interpolation expression with spaces #72
  • FIXED: Formatting not works inside string interpolation expressions #73

Trial unlocked until the end of April

v3.1.8

17 Feb 01:19
Compare
Choose a tag to compare

Download the library here

  • ADDED: Monthly Release

Trial unlocked until the end of April

v3.1.7

10 Mar 14:28
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with Int constant when compared to a ULong (#71)

Trial unlocked until the end of March