Skip to content

ZenStack Release v2.0.0-beta.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@ymc9 ymc9 released this 15 Apr 07:32
· 17 commits to v2 since this release
7960595

What's Changed

  • VSCode extension and the zenstack CLI formats ZModel files with prisma-like indentation style by default. #885
  • zenstack CLI now auto-format the generated prisma schema by default.
  • Fixed several typing issues about using auth() inside @default().
  • Fixed the problem that member access from auth() is not properly resolved if the auth model is imported. #1257
  • Fixed the problem that @@index attribute is incorrectly inherited from the base. #1243
  • Removed several Prisma V4 dependencies since V4 is not supported anymore.

Full Changelog: v2.0.0-beta.8...v2.0.0-beta.13