Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 21 May 04:56
· 8 commits to main since this release
  • Feat arco add api <name> — scaffold a TanStack Query hook + zod schema + MSW handler in one shot, and auto-register the handler in src/mock/handlers.ts. --method get (default) generates useXxxQuery + list response schema; --method post|put|delete generates useXxxMutation + input schema + cache invalidation. --skip-mock skips the mock generation when the consumer brings their own backend.