Releases: codingseb/ExpressionEvaluator
Releases · codingseb/ExpressionEvaluator
1.4.11.0
16 Jun 05:39
Compare
Sorry, something went wrong.
No results found
Correction of Ternary conditional operator bug #53 (Thanks to @buweixiaomi )
1.4.10.0
04 Jun 09:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.4.8.0
25 Feb 06:19
Compare
Sorry, something went wrong.
No results found
Update nuget Microsoft.CSharp dependency to version 4.7.0
1.4.7.0
12 Feb 14:39
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
myList.ForEach(v => ...)
now working
Methods that has Action or Action<...> arguments now working
1.4.4.0
03 Oct 06:23
Compare
Sorry, something went wrong.
No results found
Small correction in the text of some exception
1.4.3.0
02 Oct 12:56
Compare
Sorry, something went wrong.
No results found
1.4.2.0
24 Sep 06:23
Compare
Sorry, something went wrong.
No results found
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)