Releases: navtech-io/Simpleflow
Releases · navtech-io/Simpleflow
Simpleflow 1.0.12
Simpleflow 1.0.12-beta.2
Fixed indexer issue.
Simpleflow v1.0.12-beta1
Fixed Bugs:
issue #35
Added
$str function which converts object to string.
Simpleflow v1.0.11
Changed non-short circuiting and, or logical operators to short circuiting and, or operators
Simpleflow v1.0.11-beta.4
Changed non-short circuiting and, or operators to short circuiting and, or operators
Simpleflow v1.0.11-beta.2
Upgrade dependency packages in order to solve NET48 dependency issue.
Simpleflow v1.0.11-beta.3
Merge pull request #32 from navtech-io/develop Remove Microsoft.Extensions.Caching.Memory dependency from target fra…
Simpleflow v1.0.11-beta.1
- The current version can support .NET48x projects
- Public fields of an object can be accessed in Simpleflow script
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.
Simpleflow 1.0.9
Fix - able to write expression without space between operand and operator
Changed class name ScriptHelperContext to RuntimeContext - This public class is for internal purposes only.