ChangelogChangelogZodRegistryBeta

Toolkit v0.2.0-beta.2

Zod parsing, registry-driven route discovery, and broader parser/generator compatibility arrive in the second beta.

Jul 30, 2026 · 5 min

Version
v0.2.0-beta.2
GitHub release
https://github.com/bearfighting/schema-transformation-toolkit/releases/tag/v0.2.0-beta.2
Affected packages
core, sdk, parser-zod, generator-zod
Compatibility
Keep the SDK, parser, and generator packages on the same version.

Toolkit v0.2.0-beta.2

The second beta adds the Zod parser and generator path, expands the SDK registry metadata, and makes parser → generator combinations discoverable to consumers.

Compatibility and migration

Update the published toolkit packages together so the SDK registry and individual parser/generator packages share the same beta version. Existing beta.1 integrations should verify route capability metadata and diagnostics before relying on newly surfaced combinations.

Highlights

  • Add the Zod parser and dynamic route registry.

Fixes

  • Complete the Zod parser consumption path in the web Playground.

Migration

  • Recheck route capabilities and diagnostics when upgrading from beta.1.

Related links