Release Notes
Fixed
- Completed the 0.6.x deep-nesting fix by matching Mermaid for valid deeply nested Flowchart
subgraphs: diagrams past 256 nested subgraphs now parse and render instead of returning the
v0.6.1 custom depth-limit error.
- Kept Class diagrams on their Class-specific stack-safe path: recursive namespace cluster
extraction is bounded instead of following arbitrary nesting depth, so valid deep namespaces avoid
call-stack growth without changing the existing Class parser contract.
Install merman-cli 0.6.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Latias94/merman/releases/download/v0.6.2/merman-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Latias94/merman/releases/download/v0.6.2/merman-cli-installer.ps1 | iex"
Download merman-cli 0.6.2