Packages
concept_diagram
0.1.0
Build concept diagrams as plain Elixir data and render them to Mermaid or Graphviz DOT source.
Current section
Files
Jump to
Current section
Files
concept_diagram
CHANGELOG.md
CHANGELOG.md
# Changelog
## 0.1.0
- Initial release.
- Build concept diagrams as data: `new/1`, `add_node/3`, `add_edge/4`, `from_triples/2`.
- Render to Mermaid (`to_mermaid/1`) and Graphviz DOT (`to_dot/1`).
- Layout directions and per-format label escaping.