Files
stanza/packages/create-stanza/CHANGELOG.md
T
github-actions[bot]GitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
bd0a4cda1e chore: release
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-13 15:14:19 -04:00

2.8 KiB

create-stanza

0.1.3

Patch Changes

  • Updated dependencies [8d4a4ec]:
    • stanza-cli@0.3.0

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

  • 7349b53 - Add the api category to the taxonomy (single-choice, home: packagepackages/api/), matching the documented roadmap for a typed RPC layer between the framework and your services. No first-party modules ship for it yet, so it's inert until a trpc/orpc module lands — the wizard skips it and the web builder hides it while empty. This is purely additive: stanza.json's schema is unchanged (the modules record already keys on arbitrary categories).

    Both published packages (stanza-cli, create-stanza) now ship npm READMEs. stanza-cli also exposes a stanza-cli binary alongside the primary stanza command, so npx stanza-cli … (and bunx / pnpm dlx / yarn dlx) resolve predictably regardless of how each runner handles a single differently-named bin.

Patch Changes