Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 15:57
· 3 commits to main since this release

2.0.0 (2026-09-13)

Bug Fixes

  • depend on @servable/tools ^2.0.0 instead of the unischema dist-tag (9d3f1dc)

  • remove commands/model/test.js - crashed the entire CLI on every invocation (be44f0e)

  • remove commands/model/test.js to prevent CLI crashes due to missing imports (9f9ee36)

  • feat!: unischema - servable schema build|plan|apply|contract commands (30067be)

BREAKING CHANGES

  • servable app schema no longer exists (see above - it was
    mislabeled, not actually schema-related). Every app must migrate its protocols'
    schema//index.json to a flat schema.json before using these commands.

Depends on @servable/tools@unischema. Also configures a unischema prerelease
branch so this publishes under the unischema npm dist-tag without moving latest.