Simpleflow v1.0.10
Added:
- 'in' relational operator
- Register function with IFunctionProvider, in order to supply function with better control.
Breaking Changes:
- Changed return type of IFunctionRegister.GetFunction. Now return type is a FunctionPointer, a wrapper for function delegate.