ZenStack Release v2.0.0-beta.13
Pre-release
Pre-release
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