Releases: dynamicexpresso/DynamicExpresso
Releases · dynamicexpresso/DynamicExpresso
v2.2.0
- 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
- Support calling functions with default parameters #80 . Thanks @weltall
2.0.2
-FIX #68 Array.Contains not working
2.0.1
- FIX #69 Setting variable named "bool": SetVariable("bool","value")
- FIX #58 .ToString should be called automatically for string concatenation
- FIX #78 Decimal literal not working if number doesn't have dot
- Code cleanup
v2.0.0
Support for .NET Core 2.0 and .NET Framework 4.6.1
v1.3.3.6
Merge pull request #61 from Jay-Jay-D/patch-1
Update README.md
v1.3.3
Bugs fixing
- Partial support of dynamic (ExpandoObject) for get properties and method invocation. See #16 #49
v1.3.3
Partial support of dynamic
(ExpandoObject
) for get properties and method invocation.
See #16 #49