v0.2.56
What's Changed
- fix(theme-shadcn): preserve children thunk in themed List wrapper by @viniciusdacal in #2436
- docs: explicit product description at every LLM touchpoint by @viniciusdacal in #2433
- fix(theme-shadcn): convert remaining themed primitives to .tsx for compiler children thunks by @viniciusdacal in #2440
- fix(runtime): filter asset logs from console, record all to audit log by @viniciusdacal in #2439
- fix(runtime): expose process.cwd() globally in vtz runtime by @viniciusdacal in #2441
- chore(ci): skip coverage report on PRs by @viniciusdacal in #2442
- docs: guide AI agents toward vtz create instead of manual setup by @viniciusdacal in #2443
- fix(testing): resolve service proxy 404 for non-POST and custom-path actions by @viniciusdacal in #2444
- fix(orchestrator): fix runtime error and replace HTML entities by @viniciusdacal in #2446
- fix(dev): run codegen before dev server to generate SDK client by @viniciusdacal in #2445
- chore: add tsgo (TypeScript 7) compatibility by @viniciusdacal in #2447
- chore: version packages by @github-actions[bot] in #2435
- chore: switch runtime-agnostic packages from bun-types to @types/node by @viniciusdacal in #2449
- chore: replace bun:test imports with @vertz/test across all packages by @viniciusdacal in #2453
- fix: publish landing page + remove Bun JSX fallback by @viniciusdacal in #2454
- fix(server): remove tsgo divergence in crud-pipeline by @viniciusdacal in #2451
- chore: switch CI typechecking from tsc to tsgo (~4x faster) by @viniciusdacal in #2452
- refactor(landing): replace custom build script with
vertz buildby @viniciusdacal in #2456 - chore: version packages by @github-actions[bot] in #2448
- feat(codegen): use MutationDescriptor for service mutations and add .queryKey() (#2450) by @viniciusdacal in #2455
- fix(build): use native compiler in CI so library children are thunked by @viniciusdacal in #2459
Full Changelog: v0.2.55...v0.2.56