Dynnammo / python_mermaid

GNU General Public License v3.0
28 stars 7 forks source link

State Diagram support #29

Closed nos86 closed 10 months ago

nos86 commented 10 months ago

Hi Dynnammo, I've improved the library adding the support for StateDiagram.

Since the logic between statediagram and graph is different Node and Link class has been split. Instead, Mermaid class is kept unique extending some features in order to produce both charts.

Tests are created in order to cover 100% of the new part of the software written.

Salvo

Dynnammo commented 10 months ago

Hey @nos86 !

Warm thanks for this, definitely gonna take a look at it more deeply tomorrow but LGTM so far.

Dynnammo commented 10 months ago

LGTM, thanks again @nos86 , do not hesitate to reach again if needed features.