diff --git a/README.md b/README.md index 71927453..7b3c7d03 100644 --- a/README.md +++ b/README.md @@ -143,13 +143,14 @@ Kirimase generates: #### b) Controller: -- Gives you an option to integrate tRPC and/or API routes. +- Gives you an option to scaffold tRPC, Server Actions and/or API routes. - Uses Zod schemas from models for request validation. - Includes built-in error handling for API routes and auto-adding of tRPC routes to the root router. #### c) Views: - Scaffolds views using Shadcn-UI to enable immediate CRUD operations (including select fields for adding relations and datepickers for dates). +- Option to use either React Hook Form with tRPC or plain React (useOptimistic and useValidated Form hooks) ## Run in non-interactive mode diff --git a/package.json b/package.json index 68489f95..8d7d1872 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kirimase", - "version": "0.0.38-beta.1", + "version": "0.0.38", "description": "A Rails-like CLI for building full-stack Next.js apps faster", "main": "index.js", "type": "module",