Releases: codingseb/ExpressionEvaluator
Releases · codingseb/ExpressionEvaluator
1.4.10.0
1.4.9.0
1.4.8.0
1.4.7.0
- 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
1.4.5.0
1.4.4.0
1.4.3.0
Improvement
- Possibility to declare typed variables (Better C# like). See Declare and init variables in scripts
- New Option to allow last expression of a script without semicolon. See OptionScriptNeedSemicolonAtTheEndOfLastExpression