Releases: codingseb/ExpressionEvaluator
Releases · codingseb/ExpressionEvaluator
1.4.20.0
- Add support for
ref
, out
and in
keyword in methods calls
- Add support for calling method with
params
keyword array parameters
Thanks to @olegbevz for issue #83 and to @lofcz for suggestions
1.4.19.0
- Correction of the bug : #81 Exceptions are assigned to variables (Thank to @haering)
- List of corresponding extensions methods in exception when wrong override is used (See #75 Thanks to @lofcz)
- Text correction in exception
1.4.18.0
- Better exception when expression is empty (Thanks to @lofcz See #70)
1.4.16.0
- Bug Correction : When a ExpandoObject had a Property set to null an exception was thown that no property was found (Thanks to @doug-episource see #67)
1.4.15.0
- Add a Hack to better manage overloaded Linq methods define in Enumerable (Sum, Average, Min and Max...) (See #65 Thanks to @TheoVC)
1.4.14.0
- Support for Unicode naming (variables, types, methods...) to support coding in languages like (Chinese, Korean, Japenese...) (Thanks to @minogram see #63)
1.4.13.0
- More complete Corrections of the bug on && and || operators when the right part throw an exception when only the left part should be evaluated (#56 again)
- Correction of a bug when creating an exception without throwing (introduced in last release)
- Some refactoring
1.4.12.0
- Correction of a bug on && and || operators when the right part throw an exception when only the left part should be evaluated (See #56 A great thank to @HelgeL and @Karbot to reporting this bug and for their wonderful solution)
1.4.11.0
- Correction of Ternary conditional operator bug #53 (Thanks to @buweixiaomi)