Skip to content

Releases: dynamicexpresso/DynamicExpresso

v2.7.0

17 Jun 10:12
f178525
Compare
Choose a tag to compare
  • add unary, binary and conditional operations support for dynamic types #154 (thanks to @israellot)
  • Added new constructor in Parameter that accept directly a ParameterExpression #150 (thanks to @nemo048)
  • Refactored method GenerateStringConcat to use String overload instead of Object #152 (thanks to @nemo048)
  • Using GitHub actions for PR validation and publishing #147

v2.6.1

07 Jun 16:33
Compare
Choose a tag to compare
  • FIX #148: No longer stop parsing an expression after invoking a custom function #153 (thanks @metoule !)

v2.6.0

29 May 10:44
f505bd9
Compare
Choose a tag to compare
  • Configurable default numeric type, add SetDefaultNumberType (#146) (thanks to @bortolin )

v2.5.1

25 May 21:15
7612db5
Compare
Choose a tag to compare

v2.5.0

21 May 10:22
090d02e
Compare
Choose a tag to compare
  • add editorconfig file #143
  • Added support of accessing index of dynamic object #142 (thanks to @tingwei628 )
  • Added support of object initializers #141 (thanks to @metoule)
  • Added support of integer type suffixes "u" and "l" #139 (thanks to @metoule)
  • Allow the registration of function overloads #138 (thanks to @metoule)
  • Fix user defined operator resolution #137(thanks to @metoule)

v2.4.1

27 Apr 07:02
408a152
Compare
Choose a tag to compare
  • 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
6f7c13c
Compare
Choose a tag to compare
  • 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
fc22427
Compare
Choose a tag to compare
  • #125 Add support for dynamic types also in .NET Standard. (thanks to @dHamburgler)

v2.3.2

29 Sep 09:15
81ee913
Compare
Choose a tag to compare
  • #124 Fix problems in the comparison of types and their nullable counterparts (thanks @dlahmad1)

v2.3.1

03 Feb 10:03
273e373
Compare
Choose a tag to compare
  • FIX: Handle default parameters type explicitly (thanks to @weltall , see #105 )