Changelog
What's new
A chronological log of new features, improvements, and bug fixes shipped in each release.
v0.1.0March 11, 2026
- AddedInteractive ER diagram canvas with drag-and-drop entity cards and real-time SVG relationship lines.
- AddedPrisma schema parser with auto-detection of models, fields, relations, and enums.
- AddedTypeORM entity parser for TypeScript decorator-based models.
- AddedDjango models parser for Python ORM schemas.
- AddedSQLAlchemy parser for Python declarative models.
- AddedSequelize parser for JavaScript/TypeScript models.
- AddedDrizzle ORM parser with full relation detection.
- AddedRaw SQL file parser (CREATE TABLE statements).
- AddedAI chat panel — modify schemas with natural language commands (add tables, columns, relations).
- AddedCloud AI processing for natural language schema commands.
- AddedSQL DDL generation for PostgreSQL, MySQL, SQLite, and MSSQL with topological FK ordering.
- AddedExport to PNG, SVG, Mermaid, DBML, PlantUML, SQL, and JSON formats.
- AddedVS Code extension with file watcher, auto-parse, and real-time diagram updates.
- AddedWeb application with full-featured schema editor in the browser.
- AddedColumn-level hover highlighting with connected entity glow across the diagram.
- AddedMinimap navigation overlay for large schemas.
- AddedRight-click context menu on entities and columns for quick actions.
- AddedAdd, remove, and edit entities, columns, indexes, and relations via the UI.
- AddedEntity search and filter in the left sidebar.
- AddedSchema history tracking with undo support.
- AddedAuto-generated documentation sidebar from schema metadata.
- AddedAuto-positioning grid layout for entities (3-column arrangement).
- Added10-color rotating palette for entity card theming.
- AddedZoom and pan controls with mouse wheel and keyboard shortcuts.
- AddedBidirectional sync — edit diagram to generate code, edit code to refresh diagram.
- AddedDark mode support across web and VS Code extension.
- AddedWebSocket-based real-time collaboration with room support.
- AddedJSON schema import and export.