Skip to content

Releases: csgoh/processpiper

v0.3.0

21 Apr 09:24
Compare
Choose a tag to compare
  • Added validation and exception messages when pool, lane, element or connection are not added to the diagram.
  • text2diagram.render() now return generated code and the diagram in PIL.Image format
  • Accommodate for extra tabs, spaces and newline characters when generating diagram using plain text method.

v0.2.0

17 Apr 09:28
ac549b9
Compare
Choose a tag to compare

Able to add connection label when rendering diagram with text2diagram library. Eg: login-"credentials"->display_dashboard

v0.1.0

16 Apr 03:08
bce478a
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First version 0.1.0 is released. This release would only cover the following basic business process elements. Other element types will be introduced in subsequence releases.

Event: Start, End, Timer, Intermediate
Activity: Task, Subprocess
Gateway: Inclusive, Exclusive, Parallel