Skip to content

Releases: artyom-poptsov/guile-smc

v0.6.3

02 Dec 10:41
v0.6.3
085576e
Compare
Choose a tag to compare

Version 0.6.3 (2023-12-02)

PlantUML parser now handles multi-line comments

(smc context functional char): Bugfix

pre-action procedure would increment the row counter even when the input
event is not a newline character. Now the procedure counts rows properly.

Skip "hide" blocks in state diagrams

For example, the following code will be ignored by the PlantUML parser:

hide empty description

Allow to use "end legend" syntax for "legend" blocks

Improve error reporting in the PlantUML parser