Pulp Engine Document Rendering
Get started
Release v0.6.0

Pulp Engine v0.6.0

Release date: 2026-03-19

Highlights

  • Added SQL Server storage support alongside the existing PostgreSQL and file-backed modes.
  • Added rich text as a first-class template node with visual editing in the editor and HTML rendering support.
  • Expanded test coverage and release documentation for the new storage and editor workflows.

Included Changes

  • API:
    • Added SQL Server migration and storage implementation.
    • Updated configuration, storage wiring, and seed flow for STORAGE_MODE=sqlserver.
    • Added SQL Server-focused API and store tests.
  • Editor:
    • Added richText node creation, rendering, validation, and properties editing.
    • Added a Tiptap-based visual rich text editor with tests.
  • Renderer and model:
    • Added rich text nodes and colour validation to @pulp-engine/template-model.
    • Added rich text HTML rendering and coverage in @pulp-engine/html-renderer.
  • Docs and CI:
    • Updated README and deployment/editor/API docs for SQL Server and rich text support.
    • Expanded CI coverage to include SQL Server validation.

Validation Note

Local pnpm test could not complete in the current sandbox because Vitest worker processes fail to spawn with EPERM. The release was prepared from the repository state as-is; CI on GitHub should provide the authoritative post-push validation.