Skip to content

ZenStack Release v1.0.0-alpha.53

Choose a tag to compare

@ymc9 ymc9 released this 03 Mar 06:51
· 1101 commits to main since this release
8675170

What's Changed

  • Fixed regression in @zenstackhq/react hooks generator: now when a mutation succeeds but the result can't be read back, hook returns undefined instead of throwing an error
  • Similarly, @zenstackhq/trpc generated routers return undefined 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).