Releases: chrishoermann/zod-prisma-types
Releases · chrishoermann/zod-prisma-types
3.2.1
3.2.0
3.1.9
What's Changed
- Add instructions to Readme. by @leonaves in #275
- feat: Support Japanese long vowel mark ー (chōonpu) by @YoshikazuHosono in #283
- add relation value support when using mongodb provider by @DeRp-DaWg in #268
- feat: add support for zod .describe() for most types. by @taylormm in #259
- Update Readme.md to make supported versions more prominent by @JackMBurch in #301
- Add peerDependency to package.json
New Contributors
- @leonaves made their first contribution in #275
- @YoshikazuHosono made their first contribution in #283
- @DeRp-DaWg made their first contribution in #268
- @taylormm made their first contribution in #259
- @JackMBurch made their first contribution in #301
Full Changelog: v3.1.8...3.1.9
3.1.8
What's Changed
- Fix template string not valid in
VALIDATOR_TYPE_REGEX
by @lambertkevin in #232 - Add export line inside code block by @martinc1991 in #220
- fix(generator): Nullability of JSON field is reversed by @nordowl in #240
New Contributors
- @lambertkevin made their first contribution in #232
- @martinc1991 made their first contribution in #220
- @nordowl made their first contribution in #240
Full Changelog: v3.1.7...v3.1.8
3.1.7
What's changed
- added support for prismas
createManyAndReturn
function that caused the error mentioned in #252
Full Changelog: v3.1.6...v3.1.7
3.1.6
What's changed
- fixed missing check for Decimal in decimal js fields - see #212
Full Changelog: v3.1.5...v3.1.6
3.1.5
What's changed
- fixed wrong prisma import when Decimal is used in singleFileMode - issue #211
Full Changelog: v3.1.4...v3.1.5
3.1.4
What's Changed
- Add back missing conditional for “input type” barrel exports by @controversial in #209
Full Changelog: v3.1.3...v3.1.4
3.1.3
What's changed
- changed generation of imports in barrel files to use Set instead of array to prevent duplicate imports.
Full Changelog: v3.1.2...v3.1.3
3.1.2
What's Changed
- Fix hardcoded prisma client imports by @controversial in #207
New Contributors
- @controversial made their first contribution in #207
Full Changelog: v3.1.1...v3.1.2