Releases: chrishoermann/zod-prisma-types
Releases · chrishoermann/zod-prisma-types
2.5.1
What's changed
- fixed import bug in model schemas when using self referencing models
Full Changelog: v2.5.0...v2.5.1
2.5.0
What's changed
- updated docs with new DecimalJsLike generation
- added support for
extendedWhereUnique
preview feature as stated in #91
Full Changelog: v2.4.1...v2.5.0
2.4.1
2.4.0
What's changed
- added support for additional zod string validators
- added support for zod bigint validators
Full Changelog: v2.3.6...v2.4.0
2.3.6
2.3.5
What's Changed
- Fix bug in #76
- Fix typo by @MichaelOren in #93
- Fix local install and build by @MichaelOren in #94
New Contributors
- @MichaelOren made their first contribution in #93
Full Changelog: v2.3.4...v2.3.5
2.3.4
What's changed
- array validators now accept string values (e.g. for use with custom imports)
Full Changelog: v2.3.2...v2.3.4
2.3.3
2.3.2
What's changed
- added possibility to add array validators in rich comments
- refactored extendedDMMFField class to support above feature