ZenStack Release v1.0.0-alpha.53
What's Changed
- Fixed regression in
@zenstackhq/reacthooks generator: now when a mutation succeeds but the result can't be read back, hook returnsundefinedinstead of throwing an error - Similarly,
@zenstackhq/trpcgenerated routers returnundefinedwhen 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
@@mapand@mapattributes from zmodel to prisma schema
Please upgrade your VSCode extension too (v1.0.7).