ZenStack Release v1.12.0
This release notes includes cumulated fixes and improvements since the last 1.11.0 release.
What's Changed
- [TRPC] Improved how the generated code imports zod schemas for better compatibility by @jbruxelle #1177
- [TanStack] Vue-query hooks now properly handle reactive input (for both query args and options)
- The
enhance
API now has an extraprismaModule
option to allow passing in thePrisma
module when the prisma client is generated into a custom location docs - Fixed unit test failures on Windows environments.
- Fixed the issue with insufficient unique constraint conflict detection when the
skipDuplicates
option is specified in a nestedcreateMany
payload #1162
Full Changelog: v1.11.0...v1.12.0
New Contributors
- Welcome @jbruxelle to becoming our new contributor ❤️ !
Full Changelog: v1.11.0...v1.12.0