Releases: dynamicexpresso/DynamicExpresso
Releases · dynamicexpresso/DynamicExpresso
v2.7.0
- 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
v2.6.0
v2.5.1
v2.5.0
- 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
v2.4.0
v2.3.3
- #125 Add support for dynamic types also in .NET Standard. (thanks to @dHamburgler)