Skip to content

Simpleflow v1.0.10

Choose a tag to compare

@rajeshjn rajeshjn released this 05 Sep 10:56
· 26 commits to main since this release
31cedcb

Added:

  1. 'in' relational operator
  2. Register function with IFunctionProvider, in order to supply function with better control.

Breaking Changes:

  1. Changed return type of IFunctionRegister.GetFunction. Now return type is a FunctionPointer, a wrapper for function delegate.