Skip to content

Releases: dynamicexpresso/DynamicExpresso

v2.2.1

15 Jan 21:33
Compare
Choose a tag to compare

v2.2.0

23 Dec 11:06
f75fc3b
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Support calling functions with default parameters #80 . Thanks @weltall

2.0.2

01 May 21:45
Compare
Choose a tag to compare

-FIX #68 Array.Contains not working

2.0.1

01 May 18:03
Compare
Choose a tag to compare
  • 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

17 Dec 13:31
Compare
Choose a tag to compare

Support for .NET Core 2.0 and .NET Framework 4.6.1

v1.3.4.7

31 Oct 17:55
Compare
Choose a tag to compare

Fixed #36 and #43, thanks to @JustinRChou and @jasonhumberstone

v1.3.3.6

21 Aug 10:42
Compare
Choose a tag to compare
Merge pull request #61 from Jay-Jay-D/patch-1

Update README.md

v1.3.3

14 Dec 15:49
Compare
Choose a tag to compare

Bugs fixing

  • Partial support of dynamic (ExpandoObject) for get properties and method invocation. See #16 #49

v1.3.3

24 Sep 17:31
Compare
Choose a tag to compare

Partial support of dynamic (ExpandoObject) for get properties and method invocation.
See #16 #49