What's Changed
- Fixed regression in
@zenstackhq/react
hooks generator: now when a mutation succeeds but the result can't be read back, hook returnsundefined
instead of throwing an error - Similarly,
@zenstackhq/trpc
generated routers returnundefined
when result can't be read back - Cleaned up unnecessary peer dependencies in
@zenstackhq/runtime
- When running
zenstack init
, install Prisma if not found #219 - VSCode: don't show validation errors when there're syntax errors #221
- Allow both "PUT" and "PATCH" HTTP verbs for "update" and "updateMany"
- Fixed support for using empty array as default field value
- Carry over
@@map
and@map
attributes from zmodel to prisma schema
Please upgrade your VSCode extension too (v1.0.7).