Fixes and Improvements
- Fixed typing issue in generated query hooks for TanStack Query (for Vue) #1056
- Fixed
zenstack
CLI errors when running bun/bunx in non-tty environment by @ErikMCM - Allows enum types for id fields by @Ustice
- Fixed missing parameters for a few built-in attributes (
@@fulltext
,@@db.VarBinary
) by @Ustice - Fixed the problem that transformation attributes (
@trim
,@lower
,@upper
) are not effective for update operations #1005 - Fixed the incorrect policy rejection when field-level policy specifies override but no model-level policy is defined #1014
- Improved ZModel checking for nullability consistency between relation field and foreign key field #177
- Generated Zod schemas now include coercion (
z.coerce.date()
) forDateTime
typed fields #1067 - Improved typing of
error
field of the TanStack Query mutation hooks #1062
Docs
New quick start guide for NextJS app router.
New Contributors
Welcome @ErikMCM @Ustice and @TGTGamer to becoming our new contributors!
Full Changelog: v1.9.0...v1.10.0