Skip to content

Releases: navtech-io/Simpleflow

Simpleflow 1.0.12

20 Oct 07:27
6a7e526

Choose a tag to compare

Added Simpleflow runtime exception information, included line number and statement.

  • Use SimpleflowRuntimeExceptiion class in catch block in order to find line number and statement.

Simpleflow 1.0.12-beta.2

17 Oct 10:04
fa64679

Choose a tag to compare

Pre-release

Fixed indexer issue.

Simpleflow v1.0.12-beta1

11 Oct 07:39
ca1a4c6

Choose a tag to compare

Pre-release

Fixed Bugs:
issue #35

Added
$str function which converts object to string.

Simpleflow v1.0.11

27 Sep 11:55
f750c7a

Choose a tag to compare

Changed non-short circuiting and, or logical operators to short circuiting and, or operators

Simpleflow v1.0.11-beta.4

27 Sep 10:42
bcf3b3f

Choose a tag to compare

Pre-release

Changed non-short circuiting and, or operators to short circuiting and, or operators

Simpleflow v1.0.11-beta.2

21 Sep 09:33
3ad3ec8

Choose a tag to compare

Pre-release

Upgrade dependency packages in order to solve NET48 dependency issue.

Simpleflow v1.0.11-beta.3

21 Sep 12:48
27016a1

Choose a tag to compare

Pre-release
Merge pull request #32 from navtech-io/develop

Remove Microsoft.Extensions.Caching.Memory dependency from target fra…

Simpleflow v1.0.11-beta.1

21 Sep 05:30
5be671c

Choose a tag to compare

Pre-release
  • The current version can support .NET48x projects
  • Public fields of an object can be accessed in Simpleflow script

Simpleflow v1.0.10

05 Sep 10:56
31cedcb

Choose a tag to compare

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.

Simpleflow 1.0.9

23 Aug 10:58
f79c553

Choose a tag to compare

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.