Skip to content

Releases: Miaplaza/expression-utils

Version 1.1.0

18 May 18:44
Compare
Choose a tag to compare

New features:

  • Added method EvaluateTypedLambda to IExpressionEvaluator, offering strongly-typed delegates as Expression<D>.Compile() does.

Other improvements:

  • Removed uses of dynamic from ExpressionStructureIdentity, speeding the comparison up and enables removing the System.Dynamic-package reference from the .Net Standard release.
  • Speed up cached compilation by avoiding costly rewrites when possible.

.Net-Standard version

09 May 11:08
Compare
Choose a tag to compare
.Net-Standard version Pre-release
Pre-release

This is the first version compatible to .Net-Standard version 1.4.

Initial release

09 May 11:07
Compare
Choose a tag to compare

This corresponds to the NuGet package version 1.0.0.