Skip to content

v5.2.0 Feature release

Choose a tag to compare

@dadhi dadhi released this 12 May 14:54
· 97 commits to master since this release

v5.2.0 Feature release

  • feat: #466 Simplify creation of the updateable value that can be put into Closure with the Expression.ConstantRef
  • feat: #472 Interpreter to reduce the IL emitted by the Logical, Comparison, Arithmetics expressions, by calculating them during compile time and using the calculation result in IL
  • feat: Expose TestTools and FastExpressionCompiler.ILDecoder to enable testing and diagnostic in the consumer code