Changelog

What shipped recently

We release small and often. Subscribe in the footer for a monthly digest.

  1. v2.4.0
    Feature
    August 28, 2026

    Schema health checks in the canvas

    • Missing primary keys, orphan foreign keys and duplicate columns now surface live in the sidebar.
    • Health checks run in CI through tablecraft check.
  2. v2.3.0
    Feature
    August 6, 2026

    Prisma and Python export targets

    • Export Prisma models and Python dataclasses alongside SQL, TypeScript and DBML.
    • Type mapping is now dialect aware for MySQL and SQLite.
  3. v2.2.1
    Fix
    July 19, 2026

    Faster canvas on large schemas

    • Rendering 200+ table schemas is roughly 4x faster.
    • Fixed relationship lines drifting after zooming.
  4. v2.2.0
    Feature
    June 30, 2026

    Migration diffing with rollbacks

    • Diff any two schema versions and generate ordered up/down migrations.
    • Destructive changes are flagged before export.
  5. v2.1.0
    Feature
    June 2, 2026

    Templates library

    • Six curated starting points including SaaS, e-commerce, CMS and analytics.