Skip to content

Releases: chrishoermann/zod-prisma-types

3.2.1

04 Dec 21:30
Compare
Choose a tag to compare

What's changed

  • removed some unnecessary type assertion

Full Changelog: v3.2.0...v3.2.1

3.2.0

04 Dec 21:25
Compare
Choose a tag to compare

** What's changed**

  • added basic support for prisma v 6.x.x

Full Changelog: 3.1.9...v3.2.0

3.1.9

04 Dec 18:32
Compare
Choose a tag to compare

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

Full Changelog: v3.1.8...3.1.9

3.1.8

23 May 20:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.7...v3.1.8

3.1.7

23 May 19:13
Compare
Choose a tag to compare

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

15 Nov 09:21
Compare
Choose a tag to compare

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

14 Nov 07:40
Compare
Choose a tag to compare

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

11 Nov 09:12
66b86f9
Compare
Choose a tag to compare

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

10 Nov 21:08
Compare
Choose a tag to compare

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

10 Nov 20:30
6d6a98d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2