Releases: dynamicexpresso/DynamicExpresso
Releases · dynamicexpresso/DynamicExpresso
v2.4.1
27 Apr 07:02
Compare
Sorry, something went wrong.
No results found
Unary and binary operators: find the proper overload by also checking the base classes #136 (Fix #135 , thanks to @metoule )
v2.4.0
24 Feb 17:30
Compare
Sorry, something went wrong.
No results found
Parsing of Exponential format number #134 (thanks @alexk47 !)
Handle invalid operation exceptions with ParseException #129 (Breaking change: now we always throw ParseException)
v2.3.3
05 Oct 10:19
Compare
Sorry, something went wrong.
No results found
#125 Add support for dynamic types also in .NET Standard. (thanks to @dHamburgler )
v2.3.2
29 Sep 09:15
Compare
Sorry, something went wrong.
No results found
#124 Fix problems in the comparison of types and their nullable counterparts (thanks @dlahmad1)
v2.3.1
03 Feb 10:03
Compare
Sorry, something went wrong.
No results found
FIX: Handle default parameters type explicitly (thanks to @weltall , see #105 )
v2.3.0
01 Feb 17:09
Compare
Sorry, something went wrong.
No results found
Array element assignment (thanks to @btnlq , see #103 )
Indexer assignment (thanks to @btnlq , see #103 )
Support for multidimensional arrays (thanks to @btnlq , see #103 )
v2.2.1
15 Jan 21:33
Compare
Sorry, something went wrong.
No results found
v2.2.0
23 Dec 11:06
Compare
Sorry, something went wrong.
No results found
FIX #88 Operations between nullable numbers and numbers, see #89 (thanks to @nike61 )
Added Logical XOR, AND and OR (thanks to @rwecho ), see #91
Added Null coalescing support (thanks to @andreasmo ), see #94
2.1.0
04 Jul 23:48
Compare
Sorry, something went wrong.
No results found
Support calling functions with default parameters #80 . Thanks @weltall
2.0.2
01 May 21:45
Compare
Sorry, something went wrong.
No results found
-FIX #68 Array.Contains not working