Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 10:37
· 4 commits to main since this release

3.0.0 (2026-04-02)

Features

  • rewrite with Zod-first createScript API and Scalar docs (bc086c5)

BREAKING CHANGES

  • The entire public API has changed. ScriptManager is
    removed; pass Script[] directly to runServer(), buildOpenApiSpec(),
    and renderDocsHtml(). Scripts are now defined via createScript()
    with Zod schemas instead of manual OpenAPI schema objects. The
    renderDocs() function (YAML file output) is replaced by
    renderDocsHtml() (Scalar HTML). Exports ScriptDefinition,
    ScriptHandler, and ScriptHandlerResult are removed; use Script
    and the new ErrorObject, SingleFailureResponse, and
    MultiFailureResponse types instead.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com