Skip to content

Releases: codingseb/ExpressionEvaluator

1.4.10.0

04 Jun 09:01
c2f7d2c
Compare
Choose a tag to compare
  • Correction of some bug linked to nullconditional operator. See Issue #51 (Thanks to @TheoVC to reporting this bug)

1.4.9.0

06 Mar 08:50
9fa4649
Compare
Choose a tag to compare

1.4.8.0

25 Feb 06:19
6f130cf
Compare
Choose a tag to compare
  • Update nuget Microsoft.CSharp dependency to version 4.7.0

1.4.7.0

12 Feb 14:39
da0a8d2
Compare
Choose a tag to compare
  • Add OptionAllowNonPublicMembersAccess to use private or protected members of variables and context (By default false)
  • Correction of spelling of options : OptionStaticPropertiesGetActive and OptionInstancePropertiesGetActive (Warning breaking change if you use it)
  • More of virtual and partial for better extensibility

1.4.6.0

07 Feb 10:30
ed39cbc
Compare
Choose a tag to compare
  • Add a Context object in addition to variables dictionnary on which properties, fields and method are available directly. (See #45 Thanks to @TheoVC)

1.4.5.0

25 Nov 15:37
bca761c
Compare
Choose a tag to compare
  • myList.ForEach(v => ...) now working
  • Methods that has Action or Action<...> arguments now working

1.4.4.0

03 Oct 06:23
dcf5fa9
Compare
Choose a tag to compare
  • Small correction in the text of some exception

1.4.3.0

02 Oct 12:56
0747723
Compare
Choose a tag to compare

Improvement

1.4.2.0

24 Sep 06:23
0514161
Compare
Choose a tag to compare

Correction of bug :

  • In Lambda blocks did not keep options, namespaces and assemblies.

Improvements :

  • Easy and optimistic generic types inference
  • Default assemblies (all loaded assemblies) Loaded statically (for better perfs)

1.4.1.0

18 Sep 10:11
56ae71c
Compare
Choose a tag to compare

Correction of a bug :

  • Added a righthandOperator 'Not' does not work (See #37 Thanks to @markvdkerkhof for reporting this issue)