ZenStack Release v1.9.0
What's Changed
- New data transformation attributes
@trim
,@upper
,@lower
- they make sure values are transformed before storing into the database, and are also generated as corresponding Zod calls by the@core/zod
plugin. By @simonedelmann docs - The parameters of Prisma transactions (
timeout
,maxWait
, etc.) used internally by ZenStack are configurable #986 docs - Fixed several issues related to validating multi-level inheritance from abstract models #965 #971 #983
- Fixed the issue the
@omit
attribute doesn't trim fields included in a nested one-to-many #984 - Support for complex usage of
@@index
#987 - Tanstack-query plugin now generates
useSuspense
anduseSuspenseInfinite
query hooks when generating for version "v5" and targeting "react" #857
New Contributors
- Welcome @simonedelmann as our new contributor!
Full Changelog: v1.8.1...v1.9.0