Skip to content

Commit 8540480

Browse files
committed
Readme update
1 parent 1f15ae1 commit 8540480

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,27 @@ When it completes, load `file:///path-to-your-checkout/react-workflow-viz/index.
2222
## Changelog
2323
_Side Note -_ Is there a way to auto-generate a `CHANGELOG.md` file out of releases' content?
2424

25-
#### 2020-03-13
25+
#### 2020-03-13 (v0.1.3, v0.1.4)
2626
- Improvements in path plotting - do not diverge into separate paths unless necessary.
2727
- Demo updates.
28+
- Minor patch: move http-server to devDependencies.
2829

29-
#### 2020-01-21
30+
#### 2020-01-21 (v0.1.2)
3031
- Important glitch fixes, including typo and intersection counting.
3132
- PROTOTYPE / NOT ENABLED: Reuse horizontal edge segments (to reduce # of lines; noise) if:
3233
- Segment is on same Y coordinate as previous segment (or source node, if first segment) _and_ has common source node. This prevents a path from a single node from prematuraly splitting into many separate paths.
3334
- Segment is leading to a common target node. This allows paths to converge if beneficial.
3435
- This could be better tested; perhaps reused segments should be treated differently in regard to intersections (at least excluded).
3536

36-
#### 2019-10-06
37+
#### 2019-10-06 (v0.1.1)
3738

3839
- Improved ordering of terminal reference file input nodes.
3940
- Now compares distance of closest step that is being input into; those which go into further steps get pushed to bottom.
4041
- For edges spanning more than one column gap, longer edges now get drawn/'traced' before shorter edges (experimental-ish).
4142
- Including comments in ESM build output.
4243

4344

44-
## Things to do before NPM release
45+
## Things to do
4546

4647
- Add & export a script/function to convert a unidirectional CWL into bidirectonal structure needed for this viz tool.
4748
- Add complete example of CWL being visualized (including usage of script/function above to do so).

0 commit comments

Comments
 (0)