Skip to content

1.4.24.0

Compare
Choose a tag to compare
@codingseb codingseb released this 10 Mar 21:25
· 151 commits to master since this release
113037d
  • Add an event to customize the cast of a method argument (Thanks to @haering for the pull request #91)
  • Add an event to do on the fly indexing something[index]
  • Add 2 events ExpressionEvaluating and ExpressionEvaluated to hook easily each expression evaluation. Allow to modify the expression to evaluate and the corresponding result on the fly.
  • Correction of a bug in method call selection (dateTime.ToString(format) work again)