Dynnammo / python_mermaid

GNU General Public License v3.0
30 stars 9 forks source link

State Diagram support #29

Closed nos86 closed 1 year ago

nos86 commented 1 year 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 1 year ago

Hey @nos86 !

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

Dynnammo commented 1 year ago

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