DynamicExpresso Versions Save

C# expressions interpreter

v2.9.4

2 years ago

What's Changed

Full Changelog: https://github.com/davideicardi/DynamicExpresso/compare/v2.9.3...v2.9.4

v2.9.3

2 years ago

What's Changed

Full Changelog: https://github.com/davideicardi/DynamicExpresso/compare/v2.9.2...v2.9.3

v2.9.2

2 years ago

What's Changed

Full Changelog: https://github.com/davideicardi/DynamicExpresso/compare/v2.9.1...v2.9.2

v2.9.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/davideicardi/DynamicExpresso/compare/v2.9.0...v2.9.1

v2.9.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/davideicardi/DynamicExpresso/compare/v2.8.1...v2.9.0

v2.8.1

2 years ago
  • FIX: #157 Ignore multiple registration of the same delegate with the same name #158 (Thanks @metoule )

v2.8.0

2 years ago
  • bind dynamic properties and methods of concrete class, add late binding on object types (#156)

v2.7.1

2 years ago
  • Fix github pipeline

v2.7.0

2 years ago
  • 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

2 years ago
  • FIX #148: No longer stop parsing an expression after invoking a custom function #153 (thanks @metoule !)