Skip to content

Releases: powerflows/powerflows-dmn

v0.5.0

17 Dec 22:39
37618f7
Compare
Choose a tag to compare

Release Notes for v0.5.0

Decision engine

  • Added to the engine support of date value type
  • Renamed DecisionContextVariables to DecisionVariables

v0.4.0

13 Dec 17:19
e148dd8
Compare
Choose a tag to compare

Release Notes for v0.4.0

Decision engine

  • Implemented JavaScript expressions evaluation
  • Casted evaluation result to type from input/output definition

v0.3.0

02 Dec 08:21
55ccecb
Compare
Choose a tag to compare

Release Notes for v0.3.0

Decision engine

  • Made input and input entry comparator working on collections
  • Generalized scripts' dedicated expression evaluation provider

v0.2.0

28 Nov 00:09
69db45c
Compare
Choose a tag to compare

Release Notes for v0.2.0

Decision engine

  • Implemented Groovy expressions evaluation

v0.1.0

12 Sep 19:11
b707638
Compare
Choose a tag to compare

Release Notes for v0.1.0

Model

  • Designed YAML model of decision table
  • Implemented fluent API builders of decision table
  • Implemented functional style builders of decision table

Decision engine

  • Implemented initial core of the engine
  • Implemented literals evaluation

Input/Output

  • Implemented reading decision table from YAML
  • Implemented writing decision table to YAML