Skip to main content

CHANGELOG.md

# Changelog

## 0.1.0

- Initial release.
- Build genograms as data: `new/1`, `add_person/4`, `add_union/4`, `add_bond/4`.
- People with sex, birth/death years, deceased and proband flags; unions with
  type and children; emotional bonds between individuals.
- Render to Graphviz DOT (`to_dot/1`) and Mermaid (`to_mermaid/1`) with standard
  genogram conventions and per-format label escaping.