Releases: Miaplaza/expression-utils
Releases · Miaplaza/expression-utils
Version 1.1.0
New features:
- Added method
EvaluateTypedLambda
toIExpressionEvaluator
, offering strongly-typed delegates asExpression<D>.Compile()
does.
Other improvements:
- Removed uses of
dynamic
fromExpressionStructureIdentity
, speeding the comparison up and enables removing theSystem.Dynamic
-package reference from the .Net Standard release. - Speed up cached compilation by avoiding costly rewrites when possible.
.Net-Standard version
This is the first version compatible to .Net-Standard version 1.4.
Initial release
This corresponds to the NuGet package version 1.0.0.