v0.7.6
- docs: add Architectural Patterns & Scalability page (#80) (641fb80)
- chore(cli): rename ProjectType values 'api'|'fullstack' → 'vite'|'vinxi' (#79) (c99c6f3)
- docs: remove redundant db:generate from installation guide (#78) (f192257)
- feat(router): custom access levels + ANONYMOUS→PUBLIC rename (#77) (707ad38)
- feat(router): custom access levels for the Resource API (#76) (cde54e1)
- docs: replace
.resource()with.expose()in procedures and related docs (fb93676) - docs: update CLAUDE.md for version and status changes (af07fb5)
- fix(router): add missing expose.test.ts (#75) (eca9631)
- feat(router): .output() is for Zod and .expose() for resource schemas (#74) (141ffbf)
- feat: add framework features inspired by Service Layer docs (#73) (1fc3f95)
- docs: add Service Layer page for complex patterns and external APIs (94bf61e)
- docs: add auth adapters to introduction feature overview (29437e6)
- docs: expand introduction with ecosystem packages and feature overview (62e5639)
- docs: add velox sync documentation (#72) (bd38cf4)
- chore: bump all packages to version 0.7.5 (2d9144e)
What's Changed
- docs: add velox sync documentation by @zzal in #72
- feat: add framework features inspired by Service Layer docs by @zzal in #73
- feat(router): .output() is for Zod and .expose() for resource schemas by @zzal in #74
- fix(router): add missing expose.test.ts by @zzal in #75
- feat(router): custom access levels for the Resource API by @zzal in #76
- feat(router): custom access levels + ANONYMOUS→PUBLIC rename by @zzal in #77
- docs: remove redundant db:generate from installation guide by @zzal in #78
- chore(cli): rename ProjectType values 'api'|'fullstack' → 'vite'|'vinxi' by @zzal in #79
- docs: add Architectural Patterns & Scalability page by @zzal in #80
Full Changelog: v0.7.5...v0.7.6