Skip to content

Releases: sheldonj/zenstack-docs-plugin

v0.1.0

08 Mar 17:10

Choose a tag to compare

Initial Release

ZenStack v3 plugin that generates rich, browsable Markdown documentation from ZModel schemas.

Features

  • Per-entity pages — models, views, enums, types, procedures with fields tables, relationship diagrams, access policies, validation rules, and cross-links
  • Full-schema ERD — with SVG export via beautiful-mermaid (15 built-in themes)
  • Correct cardinality detection — One-to-One, One-to-One optional, One-to-Many, Many-to-One, Many-to-One optional, Many-to-Many (implicit)
  • Per-page SVG diagramsdiagramFormat: 'svg' | 'both' | 'mermaid'
  • AI agent skill filegenerateSkill: true produces a SKILL.md optimized for LLM consumption
  • Multi-file schema support — with source file tracking in generated output

Install

pnpm add -D zenstack-docs-plugin

See README for full configuration options.

zenstack-docs-plugin: v0.2.1

08 Mar 18:17
20a2b3e

Choose a tag to compare

0.2.1 (2026-03-08)

Bug Fixes

  • run npm publish from release-please workflow (8ce91bc)

zenstack-docs-plugin: v0.2.0

08 Mar 18:06
a99c0e1

Choose a tag to compare

0.2.0 (2026-03-08)

Features

  • improve SVG diagram embedding and add release automation (c441beb)
  • improve SVG diagram embedding and add release automation (9de3936)
  • initial release of zenstack-docs-plugin (5f9f5a4)

Bug Fixes

  • reorder exports conditions so types precedes default (3b4baab)
  • reorder exports conditions so types precedes default (7fd999a)