Comparing version 0.17.2 to 0.18.0
@@ -74,5 +74,2 @@ "use strict"; | ||
} | ||
else if (target.StringEquals) { | ||
label = target.StringEquals; | ||
} | ||
emit_transition_with_color({ | ||
@@ -79,0 +76,0 @@ srcHint: hints, |
{ | ||
"name": "asl-puml", | ||
"version": "0.17.2", | ||
"version": "0.18.0", | ||
"description": "Generates a plant uml file from a valid JSON ASL file", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -81,3 +81,2 @@ # asl-puml | ||
| identify the compensation path | :white_check_mark:, albeit hard coded by state name regex | :x: | :x: | | ||
| label the state transition if conditional | :white_check_mark:, limited support with StringEquals | :x: | :white_check_mark:, expression is shown in a note on the line | | ||
| avoid drawing duplicate paths to reduce clutter (catches) | :white_check_mark: | :white_check_mark: | :x:, all paths are drawn | | ||
@@ -84,0 +83,0 @@ |
@@ -82,4 +82,2 @@ import { JSONPath } from "jsonpath-plus"; | ||
label = target.Comment; | ||
} else if (target.StringEquals) { | ||
label = target.StringEquals; | ||
} | ||
@@ -86,0 +84,0 @@ emit_transition_with_color({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
116526
2139
154