* Removed the dependency of Arial font on Linux system. i.e. The following commands to install MSCoreFonts is no longer required. * sudo apt install ttf-mscorefonts-installer * sudo fc-cache -f * Added Message, Signal, Conditional and Link event types * Added Event gateway type * Code clean up
0.3.1
- Added '' comment line to text2diagram method - Calling render() method without providing output file name will not result in random png file generated
0.3.0
- 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.
0.2.0
Able to add connection label when rendering diagram with text2diagram library. Eg: login-"credentials"->display_dashboard
0.1.0
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.